body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Arial;
	font-size: 16pt;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #6c9ccb;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#header {
	text-align: center;
	width: 900px;
	margin: 0 auto 0 auto;
	height: 105px;
	padding-top: 60px;
}

#interested {
	text-align: center;
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}

#content {
	margin-top: 50px;
	color: #fff;
	text-align: justify;
}

#content span {
	color: #02274a;
}

a, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

