/* CSS Document */

body {
	background-color:#003333;
	margin: 0px;
}

#enterpic a{
	height: 45px;
	width: 100px;
	background:  url("images/enterpic2.jpg") top left no-repeat;
}
#enterpic a:hover{
	background-position: 0 -50px;
}
#download {
	color: #666666;
	font-size: 12px;
}#download a{
	color: #666666;
}
#download a:hover{
	color: #FFFFFF;
	font-weight:bold;
}
