html {
	height: 100px;
}
body {
	background-color: white;
	height: 100%;
}

#content {
	width: 600px;
	background-color: #F1F1F1;
	margin: 0 auto;
	padding: 10px 50px;

	color:#444444;
	font:15px/21px "Lucida Grande",Lucida,Sans-serif;
}

a {
	text-decoration: none;
}
