@CHARSET "UTF-8";

body
{}


a
{
	color: black;
}

a:visited
{
	color:black;
}

#top
{
	background-color: lime;
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: left;
    text-shadow: 3px 2px 3px #333333;
	border-radius: 8px;
	border-bottom: thin solid black;
}


#top ul
{
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}

#top li
{
	display: inline;
	padding: 20px;
}




#main
{}


#main img
{
   width: 441px;
   height: 120px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -220px;
   margin-top: -60px;
}
