body{
background-color: #fff;
}

#logo{
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 155px;
margin-left: -100px;
margin-top: -80px;
}

#image{
position: absolute;
top: 50%;
left: 50%;
width: 600px;
height: 510px;
margin-left: -300px;
margin-top: -255px;
}

p{
font-family: helvetica, arial, tahoma, verdana, sans-serif; 
font-size: 12px;
text-align: center;
color: #a59380;
}