body {
	font-family:"Times New Roman", Times, serif;
	border-width: 0;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #fff;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

p, div {
	font-family:"Times New Roman", Times, serif;
	color: #ffffff;
}

#content div {
	margin: 0 auto;
	text-align: center;
}

.footer {
	font-size:11px;
	color:#ffffff;
	margin:0px 0px 15px 0px;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:underline;
	color:#ffffff;
}

.footer a:hover {
	text-decoration:underline;
	color:#cccccc;
	
}
