html, 
body,
h1,
ul {
	margin: 0;
	padding: 0;	
	overflow-x: hidden;
}
body {
	background: #080100 url(../img/body_bg.gif) repeat-x;
	overflow: hidden;
}
a img {
	border: 0;
}
#wrapper {
	width: 521px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#logo {
	width: 200px;
	height: 162px;
	margin: 0 0 10px 8px;
	background: url(../img/logo.png) no-repeat;
}
#logo img {
	display: none;
}
* html #logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.png", sizingMethod="crop");
} 

#main_photo {
	width: 519px;
	height: 393px;
	background: url(../img/faded_line_photo.png) no-repeat;
}
#main_photo img {
	display: none;
}
* html #main_photo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/faded_line_photo.png", sizingMethod="crop");
} 

.content {
	margin-left: 8px;
	margin-right: 8px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font: bold 11px Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 a,
h2 a {
	color: #FFFFFF !important;
}
.content {
	border-top: 1px solid #4d4033;
	margin-top: 10px;
	padding-top: 10px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #928c85;
}
.content a {
	color: #928c85;
}
.content ul li {
	list-style-type: none;
	padding: 0 10px 3px 0;
	position: relative;
}
#info {
	float: left;
	padding: 30px 0 0 60px;
	text-align: center;
	font-size: 13px;
}
#info p {
	line-height: 20px;
}
#music {
	float: right;
	text-align: right;
}
#music img {
	padding-bottom: 10px;
}

.arrow {
	width: 5px;
	height: 9px;
	background: url(../img/list_bg.gif) no-repeat;
	position: absolute;
	top: 3px;
	right: 0;
}

.banners a {
	margin-right: 44px;
}
.banners a img {
	vertical-align: middle;
}

.contacts {
	padding: 20px 0;
}
.contacts a {
	margin-right: 4px;
}

#gears {
	width: 597px;
	height: 593px;
	position: fixed;
	top: 50px;
	left: -330px;
	background: url(../img/gears_bg.png) no-repeat;
	overflow: hidden;
}
* html #gears {
	background-image: none;
	position: absolute;
	left: -570px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/gears_bg.png", sizingMethod="crop");
} 
.top {
	position: absolute !important;
	top: -370px !important;
	left: 180px !important;
}

.clear:after {
    content: "."; 
    display: block; 
    position:relative; /*works better in IE5.5 or float in float situations*/
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */