@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	margin:0px;
	padding:0px;
	padding-top:10px;
	font-size:12px;
	color:#cdcdcd;
	font-family:Helvetica, Arial, sans-serif;
	}
input, textarea {
	outline:none;
	}
a {
	color:#911619;
	text-decoration:none;
	outline:none;
	}
a:hover {
	text-decoration:underline;
	}
#container {
	width:950px;
	min-height:300px;
	margin:0 auto;
	padding:0px;
	background:#000000;
	}

#header_index {
	width:950px;
	height:80px;
	float:left;
	background:#003300;
	background:url(../images/logo_680x80.gif) no-repeat;
	margin-top:30px;
	}
#header_index.home {
	width:900px;
	}
.langlinks {
	display:block;
	width:70px;
	height:24px;
	float:right;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	color:#2d2d2d;
	text-align:right;
	margin-top:60px;
	}
.langlinks:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#star {
	float:right;
	width:20px;
	height:21px;
	margin:60px 5px 0 10px;
	}
#randompic {
	float:left;
	width:900px;
	min-height:250px;
	overflow:hidden;
	margin:35px 0 15px 0;
	clear:both;
	}

/* CONTENT */

#content {
	width:950px;
	min-height:450px;

	margin:20px 0 15px 0;
	float:left;
	clear:left;
	}



/* FOOTERE */


#footer {
	width:900px;
	height:20px;
	color:#2d2d2d;
	font-size:10px;
	float:left;
	clear:both;
	}
#copy {
	float:left;
	min-width:50px;
	min-height:10px;
	}
#numena {
	float:left;
	min-width:20px;
	min-height:10px;
	margin-left:10px;
	}
#numena a {
	text-decoration:none;
	color:#2d2d2d;
	font-size:10px;
	}
#numena a:hover {
	color:#92171c;
	}
	
#blockpusher {
	clear:both;
	}

.hidden {
	display:none;
	visibility:hidden;
	}