html, body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}

body{
	font-size: 10pt;
	color:#a36c58;
	font-family: verdana, Sans, sans-serif;
	background-color:white;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}
		
.top{
	position:relative;
	margin:0 auto;
	width:1030px;
	height:544px;
	background-image: url(../images/top.png);
	background-repeat:no-repeat
	overflow:visible;
}

.bars{
	position:relative;
	float:left;
	top:140px;
	left:588px;
	width:425px;
}

.barsblackout{
	position:relative;
	float:right;
	top:140px;
	left:335px;
	width:350px;
	height:240px;
	z-index:99;
	background-image: url(../images/blackout.jpg);
}

.contentcontainer{
 	clear:both;
	position:relative;
	margin:0 auto;
	width:1030px;
	background-image: url(../images/contentbackground.png);
	background-repeat:repeat-y;
}

.content{
	position:relative;
	margin:0 auto;
	width:900px;
	padding:10px 0;
}

 .bottom{
	position:relative;
	margin:0 auto;
	width:1030px;
	height:56px;
	background-image: url(../images/bottom.png);
	background-repeat:no-repeat;
}