body {
padding: 0;
margin: 0;
background-color: black;
font-family: tahoma, sans-serif;
font-size: 1.2em;
}

#header {
width: 770px;
margin: 1em auto;
}

#header img {
float: left;
}

#header a {
color: white;
display: block;
text-decoration: none;
text-align: right;
outline: none;
}


#main {
background: url(bg.jpg) no-repeat center center;
width: 100%;
height: 1089px;
margin-bottom: 30px;
}
