html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fdfdfe;
    font-family: Arial, "Lucida Grande" , "Lucida Sans Unicode" ,Tunga, "Trebuchet MS" ,Verdana,sans-serif;
	text-align: left;
}

.background
{
	margin-top:100px;
    width: 519px;
	height:405px;
    background-image: url(../images/splash.png);    	
}

.menuItem
{
	float:left;
	margin-left:10px;
	margin-top:13px;
	cursor:pointer;
	color:black;
}

.menuItem:hover 
{
    background-color: gray;
}
