@charset "utf-8";
/* CSS Document */


#header{
position:relative;
top:0px;
left:50%;
width:900px;
margin-left:-450px;
height:147px;
}

#middle {
position:relative;
top:0px;
left:50%;
width:900px;
margin-left:-450px;
}

#footer {
position:relative;
top:0px;
left:50%;
width:900px;
margin-left:-450px;
height:28px;
} 