/* CSS Document */
body{
	background-color: #000000;
}
#mainPic{
	text-align: center;
}
#mainPic a{
	color: #8d0720;
	text-decoration: none;
}
#mainPic a:hover{
	color: #FFCC00;
	text-decoration: underline;
}