html{
overflow-y: scroll;
}

body{
background: black;
font-family: verdana, arial, 'sans serif';
padding: 0;
margin: 0;
text-align: center;
}

p{
margin: 10px;
}

hr{
width: 80%;
text-align: center;
color: black;
margin: 10px auto;
}

.header{
margin-left: auto;
margin-right: auto;
width: 750px;
}

.links{
text-align: right;
}

.links img{
margin: 118px 5px 0 4px;
}

.content{
text-align: left;
font-size: 13px;
padding: 25px 10px 10px 10px;
}

.footer{
text-align: left;
padding: 54px 0 6px 14px;
}

.footer a:link{
color: #000000;
}

.footer a:visited{
color: #000000;
}

.footer a:active{
color: #000000;
}

.footer a:hover{
text-decoration: none;
}

.form{
font-weight: bold;
}

.buttons{
text-align: center;
}

.buttons input{
background: url(images/submit.png);
border-width: 0;
width: 250px;
height: 50px;
}
