#header
{
height:2000px;
background:none;
}

td {
text-align: center;
}
 
#header #hleft, #hright
{
font-size:0.9em;
color:#333;
margin:10px 0 0 450px;
padding:10px;
width:400px;
float:left;
text-align:center;
}

#header #hright
{
margin-left:20px;
background-color:#EFEFEF;
color:#333;
border:1px solid #DDD;
}

#center {
    margin-left: 10%;
    margin-top: 40px;
}

p {
    font-size:0.9em;
    color:#333;
    padding:10px;
    width:400px;
    text-align:center;
}
