body,table,div
{
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
	color: #FFFFFF;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

#mainDiv
{
	width: 755px;
	margin-top: 100px;
	position: relative;
}

#bottom
{
	position: relative;
}

img
{
	border: 0px;
}