html, body {
	height: 100%;
	width: 100%;
	
}

a, a:visited {
	text-decoration: none;
	color: #999;
}

#bg {
	z-index: 1;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height:100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;

}

body {
	margin: 0px;
	background: #080808;
	color: #f0d0b8;
	overflow-x: hidden;
	font: 15px/1 fbs,"tahoma;
}

#biglogo {
	width: 300px;
	height: auto;
	position: absolute;
	top:130px;
	left: 500px;
	display: none;
	z-index: 1;
}

#biglogo img{
  width:200px;
  height:auto;
}

.x1024 #biglogo {
	left: 362px;
	top:80px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 122;
}

#logo img {
	width: 100px;
}

#indexlogo {
	position: absolute;
	width: 130px;
	height: 220px;
	top: 20px;
	left:575px;
	display: none;
}


.x1024 #indexlogo {
	left:437px;
}

#indexlogo img {
	width: 130px;
}

.index .container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.footer {
	text-align: center;
	font-size: 10px;
	font-family: fbs, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: none;
	letter-spacing: 4px;
	margin:10px auto;
	z-index:100;
}

.index .footer{
	width:1200px;
	position: absolute;
	top:500px;
	left:0;
}

.footer a {
	color: #fff;
}

.index .footer {
	color: #ffffff;
}

.index .footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #c2bca6;
}