@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	background-color: #666666;
}

.logo {
    margin: 0 auto;
    margin-top:200px;

}
.enter  {
     background:url(/images/logo_hover.png) no-repeat 0px 0px #fcfcfc;
     width:145px;
     height:122px;
     cursor:pointer;
     margin: 0 auto;
}
.enter:hover {
     background:url(/images/logo_hover.png) no-repeat 0 -126px #fcfcfc;;
}

</style>