body, html {
	margin: 0 auto;
	background:#261e0e;
	font-family:"Trebuchet MS";
	color:#FFF;
	font-size: 14px;
	height: 100%;
}

img{
	border:none;
}

.container {
	margin: 0 auto -150px;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear {
	clear: both;
}

.headerfs{
	background:url(img/header.jpg);
	width:100%;
	height:154px;
}

.header{
	position:relative;
	margin:0 auto;
	width:980px;
	height:150px;
}

.logo{
	position:absolute;
	top:0px;
	left:0px;
}

.menu{
	position:absolute;
	width:500px;
	height:30px;
	top:105px;
	left:550px;
}

.menu ul li{
	display:inline;
}

.menu ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	margin-left:35px;
	margin-right:35px;
}

.menu ul li a:hover{
	border-bottom:solid 2px;
}

.content{
	margin:0 auto;
	width:980px;
	min-height:500px;
}

.left{
	width:480px;
	float:left;
}

.right{
	width:500px;
	float:left;
}

.footer {
	width: 100%;
	height: 154px;
	background:url(img/footer.jpg)
}
.footertxt {
	width: 100%;
	padding-top: 15px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
.push {
	height: 154px;
}
