body{
margin:0;
padding:0;
}

#background{
position:absolute;
width:770px;
height:300px;
left: 0px;
top: 65px;
background-image: url(/images/woman.jpg);
background-repeat: no-repeat;
}

.wrong{
color:red;
background-color: transparent;
}

#login{
margin-left: 510px;
margin-top: 0;
width:250px;
z-index:2;
}

#login h1{
font-size: 170%;
margin-bottom:0em
}

.header{
position:absolute;
top: 0px;
left: 0px;
width:770px;
height:60px;
color:#fff;
margin-top: 0px;
background-color: #000;
background-image: url(/images/headerback.jpg);
background-repeat: no-repeat;
}
 
.header h1{
font-size: 170%;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 0;
}

