html, body {
	margin: 0;
	padding: 0;
	color: rgb(0, 0, 0);
	background-color: rgb(0, 204, 255);
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: center;
}

#top{
	height: 355px;
}

#navigation{
	height: 66px;
	margin-top: 39px;
}

#content{
	height: 300px;
}

#footer{
	font-size: small;
}
