* {
padding: 0;
margin: 0 auto;
}

body {
background-color: #000000;
background-image: url('background.jpg');
background-position: top center;
background-repeat: no-repeat;
}

#title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('jepsen.ch.png');
background-position: center center;
background-repeat: no-repeat;
}

#footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 40px;
background-color: #000000;
line-height: 40px;
font-family: Arial, "Lucida Grande",Tahoma,Verdana;
font-weight: bold;
font-size: 30px;
text-align: right;
}

#content {
position: relative;
top: 100px;
width: 100%;
text-align: center;
font-family: Arial, "Lucida Grande",Tahoma,Verdana;
color: #c0c0c0;
}

#footer a {
color: #999999;
text-decoration: none;
margin-right: 40px;
}

#footer a:hover {
color: #ffffff;
text-decoration: none;
}

textarea {
font-family: Arial, "Lucida Grande",Tahoma,Verdana;
}

