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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffd6;
	margin: auto;
	
	
}
.main {
	width: 960px;
	background-repeat: no-repeat;
	height: auto;
	margin: auto;
	font-size: 14px;
	padding: 25px;
}
#info {
	margin: auto;
	height: auto;
	width: 960px;
	border: thin dotted #FF0000;
}
.header {
	width: 960px;
	border: thin solid #000000;
	margin: auto;
}
