body,table,div
{
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;	
}
html, body { background-color: black;}
table,div { color: #FFF; }
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;
}

.padding10
{
	padding: 10px 0 10px 0;
}
