body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#000 url(Images/background.jpg) no-repeat top center;
}
#container {
	position:relative;
	width:500px;
	margin:15px auto;
}
a {
	color:#FFF;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
