
body{
margin:0;
padding:0;
font:76% tahoma,verdana,sans-serif;
background:#e6e6e6 url(bodybg.png) repeat-x;
color:#333;
}

#leftcontent {
position: absolute;
left:10px;
top:160px;
width:160px;
}

#centercontent {
margin-top: 15px;
margin-left: 180px;
margin-right:200px;
}

.centercontentleft {float:left; width:40%; height:200px; background-color:#fff; text-align:left;
border:dashed 2px #ccc; margin: 4px 10px 5px 10px; padding:6px; font-size:1.1em; color:#666666;}

.centercontentright {float:right; width:30%; height:100px; background-color:#fff; text-align:left;
border:dashed 2px #ccc; margin: 4px 10px 5px 10px; padding:6px; font-size:1.1em; color:#666666;}


#rightcontent {
position: absolute;
right:10px;
top:150px;
width:180px;
text-align: center;
}



