/* CSS Document */


body{
background-color:#66CC66;
}


#container{
position:absolute;
top:0px;
left:50%;
width:474px;
margin-left:-237px; /*as has been positioned in centre-50%- need to use negative to move left of new central 0 point   */
background-color:#66CC66;
}

#content{
height:1602px;
font-size:10px;
line-height:150%;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:20px;
height:150px;

}


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


h1{
font-size:9px;

}
