@charset "utf-8";
/* CSS Document */


#wrapper{
width:1000px;
margin:0 auto;
}


#header{
	background-image: url(../images/header.jpg);
	width: 1000px;
	height: 320px;
}


#navbar{
	background-image: url(../images/cssbg/nav.jpg);
	width:181px;
	height:1031px;
	float:left;
	}
	
#mainbody{
	background-image: url(../images/cssbg/body.jpg);
	width:819px;
 	height: 1031px;
	float:right;
	}
	
#footer{
	background-image: url(../images/cssbg/footer.jpg);
	width:1000px;
	height:49px;
	}
