@charset "utf-8";
body {
	margin-top: 5px;
	background-color: #C0C0C0;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: none;
	background-color: #EAEAEA
}
#header {
	width: 1024px;
	height: 100px;
}
#header h1 {
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-bottom: 0px;
	color: blue;
}
#header h1 span {
	font-size: 24px;
}
#nav {
	width: 1024px;
	height: 40px;
}
#content {
	width: 1024px;
	min-height: 400px;
}
#footer {
	width: 1024px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}