/* Eggs Splash Page CSS Document */

body{
background-color: #0066CC;
margin-top: 30px;
}

#container{
	width: 750px;
	height: 400px;
	
	background-color: #CCCC00;
	padding: 10px;
	border: 1px solid #333333;
}
#background{
background-image: url(images/splash.jpg);
width: 750px;
height: 400px;
border: 1px solid #666666
}


#menu {
line-height: 75%;
text-align: left;
margin-left: 20px;
margin-top: 272px;
}


#menu p{
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
}

#menu a{
color: #AC480D;
text-decoration: none;
}

#menu a:hover{
color: #FF6600;
}


