body {
background-color:#ffffff;
font-family : Corbel, Verdana;
}

a{
text-decoration:none;
color:#ffffff;
}

a img{
border:none;
}

#main {
position: absolute;
left: 50%;
margin-left: -512px;
width:1024px;
height:768px;
background-color:#ffffff
}

#header{
position: relative;
width:1024px;
height:124px;
background-image:url(./images/header.png)
}

#page{
position: relative;
width:1024px;
height:600px;
background-color:#ffffff
}

#footer{
position: relative;
width:1024px;
height:44px;
background-color:#ffffff
}