/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:10px; 
 } 
 
 table.corner { 
    align: center
  }

  td.corner-top { 
    height: 10px;  
    background-image: url(roundcorner-m.png)
  }

  td.corner-topRight { 
    width: 10px;
    height: 10px;
    background-image: url(roundcorner-ur.png)
  }

  td.corner-right { 
    width: 10px; 
    background-image: url(roundcorner-m.png)
  }

  td.corner-bottomRight { 
    width: 10px; 
    height: 10px; 
    background-image: url(roundcorner-br.png)
  } 

  td.corner-bottom { 
    height: 10px;
    background-image: url(roundcorner-m.png)
  }

  td.corner-bottomLeft { width: 10px;
    height: 10px;
    background-image: url(roundcorner-bl.png)
  } 

  td.corner-left { 
    width: 10px;
    background-image: url(roundcorner-m.png)
  }

  td.corner-topLeft { 
    width: 10px; 
    height: 10px; 
    background-image: url(roundcorner-ul.png)
  }      

  td.corner-center { 
    background-image: url(roundcorner-m.png)
  }




#pagewidth{ 
 width:800px;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#000000; 
 width:100%;
} 
 
#features{
 padding:10px
 width:30%; 
 float:left; 
 position:relative; 
 background-color:#000000;
 border:4px;
 border-color:#000000; 
 }
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative;
 padding:10px; 
 width:70%; 
 }

table#blue{background-color: #ffffff;
fontcolor: #000000;
font-size: small;
border-color: #000000;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#features{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

<!--

/* background, including default typeface */
body {background-color: #000000; color:#FFFFFF; font-family: tahoma,helvetica, verdana}


-->
</style>

