/* Official Moo Moo Kingdom CSS FILE */

body{
background-color: #FFFFFF;
color: #000000;
text-align: center;
padding: 0;
margin: 0;
}
#message{
position: absolute;
top: 50%;
left: 50%;
width:800px;
height: 400px;
margin-left:-400px;
margin-top:-284px;
}

#cow{
 border: 0;
 position:absolute;
 bottom:0;
 right:0;
 width:380px;
}

#footer{
	position: absolute;
	bottom: 0;
	width:200px;
	margin:0px auto;
	text-align:left;
	padding:5px;
	border:1px dashed #333;
}

a{
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
a:hover{
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}