body {
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color:000;
background-image:url(../_img/bg.jpg); 
background-position:top right; 
background-repeat:no-repeat; 
background-attachment:fixed; 
text-align: center;
color: #fff;
}

h1{
font-size: 20px;
margin: 20px 0px 20px 0px;
}

a{
color: red;
text-decoration: none;
}

a:hover{
color: red;
text-decoration: underline;
}

#center{
position: absolute;
left: 50%;
top: 50%;
width: 500px;
height: 190px;
margin-left: -250px;
margin-top: -95px;
}
