html, body, h1, h2, h3, img {
margin:0;
padding:0;
}

body {
margin: 0 auto 0 auto;
width: 660px;
font: 15px/1.4em  arial, verdana, tahoma, sans-serif;
color: #363636;
}

h1 {
font-size: 14px;
}

h2 {
font-size: 13px;
}

.bold {
font-weight: bold;
color: #464646;
}

#container {
margin: 0 auto 0 auto;
padding-top: 150px;
width: 660px;
}

div#intro {
position: absolute;
top: 136px;
left: 410px;
z-index: 100;
}

div#enter {
position: absolute;
top: 480px;
left: 780px;
z-index: 100;
}

div#enter a {
color: #000;
text-decoration: none;
z-index: 100;
}

div#enter a:hover {
color: red;
}


#validator {
position: absolute;
top: 600px;
left: 100px;
}

#validator a {
color: #ececec;
}










