body{
background-color: white;
}
a{
color:white;
font-size:11;
}
a:hover{
color:red;
}

.layout

{position:center;
width:900px;
}
.menu
{
padding-top: 30px;
width:200px;
font-size:10;
height:800px;
background-color: #000033;
position:absolute;
top:0px;
left:0px;
font-family:verdana;
}
.menuend
{
padding-top: 30px;
width:200px;
font-size:10;
height:100px;
background-color: #000033;
background: url(menuend.jpg);
background-repeat:no-repeat;
position:absolute;
top:800px;
left:0px;
font-family:verdana;
}
.top
{
background: url(top.jpg);
background-repeat:no-repeat;
position:absolute;
top:0px;
left:200px;
width:100%;
font-family:arial;
}
.main
{
position:absolute;
top:100px;
left:210px;
width:800px;
height:800px;
font-family:arial;
}