
body{
margin: 0;
}

div.masthead{
position: absolute;
top: 0;
height: 90px;
width: 100%;
text-align: center;
color: #000;
background-image: url(../images/greybg.jpg);
}

div.runner{
position: absolute;
top: 90px;
height: 39px;
width: 100%;
text-align: center;
color: #ffc;
background: #369;
font-family: arial, helvetica, sans-serif;
}

div.sidebar{
position: absolute;
top: 129px;
width: 150px;
height: 43px;
color: #fff;
background: #000080;
background-image: url(../images/greybg.jpg);
}

div.margin{
margin: 5px 10px;
}

div.main{
position: absolute;
top: 130px;
left: 150px;
height: 46em;
color: #000;
background: #fff;
background-image: url(../images/paper2.gif);
}