body {

height: 100%;


background: #282f35;
color: #565852;

text-align: center;
font-size: 11px;

font-family: Verdana;

}

a {

text-decoration: none;

color: #59686f;

}


a:hover {

color: #4d7f96;

}


#container {

width: 800px;

margin: -7px auto;

background: #02070b;

position: relative;

min-height: 100%;

}


#header {

background: url("header.jpg") no-repeat;
height: 500px;

}


#menu {

text-align: left;

margin: -100px auto 10px 50px;

font-family: Georgia;

text-transform: lowercase;

font-style: italic;

font-size: 16px;

word-spacing: 10px;

}


#content {

text-align: justify;

padding: 50px 20px;

line-height: 15px;

}

#footer {

clear: both;

font-size: 10px;

padding: 7px 18px 7px 18px;

border-top: 1px solid #2c3339;

margin-top: 25px;

}

img { 
border: 0px;
}