@charset "utf-8";
/* CSS Document */

#page{
width: 800px;
}

#header{
	backgroud-color:#2222222;
	height:100px;
	width:800px;
	background-image: url(img/head.jpg);
	text-align: right;
	vertical-align: bottom;
}
#sideBar{
	height:1200px;
	width:200px;
	float:left;
	background-image: url(img/sidebar.jpg);
	}
#mainContents{
	backgroud-color:DAD8B6;
	height:1200px;
	width:595px;
	float:left;
	background-image: url(img/bg01.jpg);
}
#rightb{
	backgroud-color:DAD8B6;
	height:1200px;
	width:5px;
	float:left;
	background-image: url(img/right_border.jpg);
}
#footer{
	backgroud-color:#222222;
	height:100px;
	width:800px;
	clear:both;
	background-image: url(img/foot.jpg);
}
