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

#wrapper {

	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
#title {
	
	background-color:#000088;
	width:800px;
	line-height:80px;	
	
	}
	
h1 {

	color:#ffffff;
	text-align:center;
	
	}
	
#footer {

	padding-top:20px;
	text-align:center;
	
}