@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	background:url(images/bg.jpg) no-repeat top center #6082d2;
}
#container{
	width:781px;
	margin:0 auto;

}
#header{
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) no-repeat;
	width:781px;
	height:231px;
}
#top{
	background:url(images/top.jpg) no-repeat;
	width:781px;
	height:114px;
	margin:0 auto;
}
#content{
	background: url(images/content.jpg) repeat-y;
	width:719px;	
	padding:10px 35px 10px 35px;
	margin:0 auto;
}
.left{
	float:left;
	margin:15px;	
}
.right{
	float:right;
	margin:15px;	
}
#footer-wrap{
	background: url(images/footer-wrap.jpg) bottom center no-repeat ;
	width:1263px;
	height:255px;
	margin:0 auto;
	padding:0;
}
#bottom{
	background:url(images/bottom.jpg) no-repeat;
	width:781px;
	height:94px;
	margin:0 auto;
	padding:0;
}
#footer{
	background:url(images/footer.jpg) no-repeat;
	width:781px;
	height:161px;
	margin:0 auto;
	padding:0;
}
.clear{
	clear:both;
}

