*{margin:0;padding:0; outline:none;}

html{
width:width:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width:100%;
	}

#mainhome {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 476px;
    height: 600px;
    margin-left: -238px; /* half of width */
    margin-top: -300px;  /* half of height */
    font: 10px "Arial", Helvetica, sans-serif;
    background: #000000;
}

#enter {
    position: absolute;
    top: 540px;
    width: 853px;
    height: 142px;
    background: #000000;
    font: 10px "Arial", Helvetica, sans-serif;
}

img
{  border-style: none;
}

a{
color:#000;
text-decoration:none;}

a:hover{
color:#fff;
background-color:#000;}


.clear {
clear:both;
float:none;}

