html, body {margin:0px; padding:0px; background:#fff; font-family:verdana; font-size:12px;}
/* The header and footer */
.headfoottop {display:block; height:70px; background:#ffffff; color:#111; text-align:center; padding:5px;font-size:11px;}
.headfoot {display:block; height:14px; background:#ffffff; color:#111; text-align:center; padding:5px;font-size:11px;}

/* This bit does all the work */
#container {position:relative; display:block; background:#fff; border-left:200px solid #FFFFFA; border-right:200px solid #FFFfFA;}
#inner {display:block; margin-left:-200px; margin-right:-200px; padding:5px;;text-align:center}
#left {float:left; position:relative; width:300px; left:0px;;text-align:right}
#right {float:right; position:relative; width:300px; right:0px;;text-align:left}
#center {margin-left:300px; margin-right:300px; position:relative;text-align:center;  display:block; height:1%;}
.clear {clear:both;}

/* Just to extend each column */

a:visited, a {text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:underline; cursor:pointer;}

em {font-weight:bold;}

#pole1 {width:320px;height:120px;padding:5px;border-width:1px;border-color:black}
#pole2 {width:320px;height:120px;padding:5px;border-width:1px;border-color:black}


