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

a
{
	font-family: "Times New Roman";
	font-size: 24px;
	color: #ffff00;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
}

h1
{
	font-family: "Arial";
	font-size: 16px;
}

.img
{
	border: 0;
}

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

table.center
{
        margin-left: auto;
        margin-right: auto;
}

#container
{
	width: 800px;
	height: 600px;
	border: 15px solid RGB(255, 204, 0);
	margin: auto;
	padding: 1em;
	padding-top: 5em;
}

#main
{
	margin: auto;
	margin-top: 2em;
	width: 500px;
	height: 250px;
	text-align: center;
	color: RGB(255, 255, 204);
	background-color: #000000;
}

#contact
{
	margin: auto;
        margin-top: 2em;
        width: 500px;
        height: 480px;
        text-align: center;
        color: RGB(255, 255, 204);
}

#footer
{
 	color: RGB(255, 255, 204);
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10em;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

#boxcontainer
{
	width: 700px;
	height: 200px;
	text-align: center;
	margin: auto;

}

.box
{
	background-color: RGB(255, 204, 153);
	color: #000000;
	width: 180px;
	height: 160px;
	padding: 5px;
	text-align: center;
	border: 1px solid #000000;
}
