html{
	margin: 0px; 
	border: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF
}

#header{
	width: 700px;
	height: 45px;
	margin: 0px auto;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
}

#main{
	width: 700px;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image: url("images/mainBg.jpg");
	/*border: 1px solid red;*/
}

#main .content{
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 10px;
	padding-right: 10px;
	
	color: 330000; 
	font-family:"·s²Ó©úÅé";
	font-size: 11px;
	line-height: 20px;
}

#footer{
	width: 700px;
	height: 155px;
	margin: 0px auto;
	background-image: url("images/menuBg.jpg");
	background-repeat: no-repeat;
	border: 1px solid blue;
}

.clear{
	clear: both;
}