* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
background: #000 url(img/body_bg.jpg) left top repeat-x;
color: #fff;
text-align: left;
font: normal 62.5%/140% Tahoma, Verdana, Helvetica, sans-serif;
}
:focus {
outline: 0;
}
a {
color: #ffc078;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#page {
	min-width: 1245px;
	_width: expression(document.body.clientWidth < 1245? "1245px": "auto" );
}
#head {
	height: 230px;
	background: url(img/head_bg2.jpg) right top no-repeat; 
}

#head #headline {
	height: 230px;
	position: relative;
	background: url(img/head_bg1.jpg) left top no-repeat;
}
#head #headline h1{
	position: absolute;
	top: 79px;
	left: 204px;
	font: normal 1em Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 6px;
	text-transform: uppercase;
}
#head #headline p{
	position: absolute;
	top: 120px;
	left: 200px;
	width: 400px;
	padding-left: 10px;
	border-left: 1px dotted #7b7b7b;
	font-size: 1.1em;
	color: #7b7b7b;
}

.wrap {
	width: 70%;
	margin: 10px auto 25px;
}
.wrap p {
	padding: 5px 0;
	font-size: 1.2em;
	text-align: justify;
}

h2, h3 {
	width: 25%;
	height: 39px;
	line-height: 39px;
	margin: 20px 0 25px;
	padding: 0 25px;
	background: url(img/headers_bg.gif) top right no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;	
}

#most-pop {
	list-style: none;
	width: 100%;
	float: left;
}
#most-pop li{
	width: 16%;
	float: left;
	display: inline;
}
#most-pop li.bufer{
	width: 2%;
}
#most-pop li a{
	display: block;
	width: 137px;
	height: 124px;
	margin: 0 auto;
	background: url(img/links_bg.gif) left bottom repeat-x;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
}
#most-pop li a:hover{
	color: #aaa;
}
#most-pop li a img{
	margin-bottom: 6px;
	_margin-bottom: 8px;
}

.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
}


#footer {
	width: 70%;
	height: 35px;
	margin: 10px auto;
	position: relative;
	color: #7b7b7b;
	font-size: 1.1em;
	background: #0c0c0c url(img/footer_bg.gif) 15px 4px no-repeat;
	border-bottom: 2px solid #121212;
}
#footer p{
	position: absolute;
	top: 12px;
	right: 10px;
}