html {
background: #030907;
}
body {
background-image: url('exit.jpg');
background-repeat: no-repeat;
background-position: 50% 20%; 

}

#wraper{
width: 800px;
height: 768px;
margin: auto;


}

#header{
width: 630px;
height: 50px;
color: #c8c8c8;
font-family: verdana;
font-size: 14px;
margin-top: 110px;
float: right;
font-weight: bold;
}

#content{
width: 400px;
height: 50px;
color: #fff;
font-family: verdana;
font-size: 26px;
float: right;
margin-top: 80px;
font-weight: bold;
text-align: right;
}

#footer{
width: 750px;
height: 50px;
color: #c8c8c8;
font-family: verdana;
font-size: 14px;
margin-top: 280px;
float: right;
}

#footer a{
color: #fff;
font-style: underline;

}

#footer a:hover{
color: #c8c8c8;
}
