html, body {
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
margin: 0 auto;
width: 800px;
z-index:1;
}

#header img#header {
display: block;
margin-left: auto;
margin-right: auto;
margin-top:-280px;
margin-bottom:250px;
z-index:10;
}

#header img#sunbeams {
display: block;
margin:-70px 0 0 -120px;
z-index:1;
}

#header img#info {
position: relative;
left:380px;
top: -200px;
margin: 0 0 -200px 0;
z-index:10;
}

#header a {
display: block;
margin: -2px 0 0 410px;
background: url(images/email.png) no-repeat;
height: 44px;
width: 352px;
overflow: hidden;
}

#header a:hover {
background-position: -349px -1px;
}

#mmc a {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
text-align: center;
background: url(images/mmc.png) no-repeat;
height: 27px;
width: 27px;
overflow: hidden;
}

#mmc a:hover {
background-position: -27px 0;
}
