#front {
margin:0 auto;
width:760px; height:500px;
background:url(front.jpg) no-repeat top;
}
#front ul {
padding:0; margin:0;
list-style-type:none;
padding-top:450px; margin:0 30px;
}
#front ul li {
display:inline;float:left;
height:40px; line-height:40px; width:49.5%;
font-size:24px;
}
#front ul li a {
color:#eee;
text-decoration:none;
}
#front ul li a:hover {
color:#fff;
}