h1 {
	font-size:16px;
	}
body {
	background-color:#909090;
	color:#000;
	font-size:11px;
	font-family:arial;
	font-weight:normal;
	text-align:center;
	}
a {
	color:#000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
img {
	border:0;
	margin:0;
	padding:0;
	}

#box {
	position:relative;
	width:600px;
	margin:0 auto;
}
#header {
	float:left;
	width:600px;
}
#content {
	float:left;
	width:600px;
	padding-top:200px;
	height:300px;
}
#footer {
	float:left;
	width:600px;
	height:100px;
}