body {
	background: url(page.png) left top no-repeat #2685d6;
	margin: 0;
	padding: 20px 0;
	padding-top: 475px;
	margin-left: 220px;
	width: 800px;
	font-size: 14px;
	font-family: lucida sans;
	color: white;
	text-align: justify;
	overflow-x: hidden;
}

h1 {
	font-size: 20px;
}

#menu {
	position: absolute;
	top: 400px;
	left: 420px;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}

#menu a:hover {
	text-decoration: underline;
}

#content a {
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	background: #3b91da;
	font-size: 12px;
	padding: 30px;
	padding-left: 220px;
	width: 100%;
	position: absolute;
	left: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}

#footer a:hover {
	text-decoration: underline;
}