body {
	background: #fff;
}
a:link, a:visited {
	color:#36c;
	text-decoration: none;
}
a:hover, a:active, .a:focus {
	color:#36c;
	text-decoration: underline;
}
div#container {
	width: 521px;
	margin: 20px auto;
}
div#header {
	height: 85px;
	width: 100%;
	margin-bottom: 30px;
	clear: both;
}
div#main {
	width: 100%;
	clear: both;
}
div#main .content p {
	text-align: justify;
}
