body
{
background: black;
margin: 0px;
text-align: center;
}

#body
{
width: 950px;
height: 950px;
background: url('/background.jpg');
margin-left: auto;
margin-right: auto;
}

#spacer
{
height: 40px;
}

#content
{
margin-left: 150px;
text-align: center;
font-size: 18pt;
font-family: Georgia;
font-weight: bold;
}

#top
{
width: 800px;
height: 250px; 
}

#top .cont
{
margin-right: 30px;
}


#left
{
width: 425px;

}

#left .cont
{
margin-left: 50px;
margin-right: 100px;
}

#right
{
width: 325px;
}

#right .cont
{
margin-top: 60px;
margin-left: 60px;
margin-right: 50px;
}

a
{
color: White;
font-size: 10pt;
font-family: Georgia;
text-decoration: none;
display: block;
text-align: left;
padding-top: 2px;
}

a:hover
{
color: Red;
}

.links
{
margin-top: .5em;
margin-left: 40px;
}

.links a
{
color: #9d9d9d;
}

.links a:hover
{
color: Lime;
}

.cont
{
color: #9d9d9d;
}

