body {
	background-color: #f2f2f4;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


#site {
	margin-right: auto;
	margin-left: auto;
	width: 713px;
	text-align: left;
	
}#site #top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 713px;
}

#site #menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 363px;
	padding-top: 15px;
	padding-left: 350px;
	color: #FFFFFF;
	font-size: 18px;
}

#site #contents {
	background-image: url(images/backContents.png);
	background-repeat: repeat-y;
	width: 643px;
	padding-left: 35px;
	padding-right: 35px;
}
#site #menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#site #menu a:hover {
	color: #0066FF;
}

#site #contents #bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 713px;
	margin-left: -35px;
}
