body
{
	font-size: 18px;
	font-family: "Arial";
	color: #000000;
	text-align: center;
	background-color: RGB(0, 204, 153);
	position: relative;
	top: 1em;
}

a
{
	font-family: "Times New Roman";
	font-size: 24px;

}

logo
{
	position: relative;
	top: 5em;
}

#container
{
	width: 800px;
	height: 680px;
	border: 15px solid RGB(0, 204, 102);
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 710px;
	height: 550px;
	text-align: center;
	color: #000000;
}

#contact
{
        margin-left: 4em;
        width: 500px;
        height: 480px;
        text-align: center;
        color: #000000;
}


#footer
{
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-bottom: 1em;
}

