body {
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #00B6CA;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/logo_bottom.gif);
	background-repeat: no-repeat;
	background-position: center 125px;
}
#header-top {
	background-color: #FFFFFF;
	height: 125px;
	background-image: url(../images/logo_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
#content-front {
	font-size: 1.2em;
	text-align: center;
	margin-top: 240px;
}
a:link {
	color: #DDF1F6;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
