body {
padding:0px;
margin: 0px;
font-size: 12px;
background-color: #000000;
font-family: verdana, arial, sans-serif;
line-height: 10px;
letter-spacing: 3px;
width: 100%;
height: 100%;}



#layout {
position: absolute;
width: 1000px;
height: 560px;
left: 50%;
margin-left: -500px;
top: 50%;
margin-top: -280px;
}

a {
color: #02362c;
text-decoration: none;
font-size: 14px;
}

a:hover {
color: #ace2dd;
}
