@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	background:url(images/bg.jpg) no-repeat #000000;
	background-position:top center;
}
#container{
	width:756px;
	margin:0 auto;
}
#header{
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) no-repeat;
	width:756px;
	height:262px;
}
#content{
	background: url(images/content.jpg) repeat-y;
	width:656px;	
	padding:5px 50px 10px 50px;
	margin:0 auto;
}
.left{
	float:left;
	margin:15px;	
}
.right{
	float:right;
	margin:5px;	
}
#main{
	font-family:Verdana, Arial, Times, Trebuchet;
	font-size:16px;
	color:#000000;
	padding:0px;
	margin:0
}
#img{
	background: url(images/button.jpg) no-repeat;
	width:489px;
	height:49px;
}
#bottom{
	background:url(images/bottom.jpg) no-repeat;
	height:188px;
	width:756px;
	margin:0 auto;
	padding:0;
}
#footer{
	background:url(images/footer.jpg) no-repeat;
	height:154px;
	width:756px;
	margin:0 auto;
	padding:0;
}
#footer-wrap{
	background:url(images/footer-wrap.jpg) bottom center repeat-x;
	height:342px;
	margin:0 auto;
	padding:0;
}
.clear{
	clear:both;
}

