html { height: 100%; }
body { min-height: 100%; height: 100%; margin:0;padding:0}
body{font: 76% Geneva, Arial, Helvetica, sans-serif; background-color:#333333; text-align:justify;}
a{display:inline;color: #ffffff; padding:0px 16px 0px 17px; font-weight:bold; text-decoration:none;}
a:hover{ color:#5c5c5c}
div#content p{line-height:1.4; height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%}
div#bottomright{background:#FF8539; float:right;width:49.99%; height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:50%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:50%}
/*div#bottomright p {float:right; margin-right:20px; color:#ffcc00;}
div#bottomright h2{float:right; margin-right:40px color:#ffcc00} */
div#bottomleft{background:#B9CAFF; float:left;width:50%; height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:50%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:50%}
div#topleft{background:#999999; float:left;width:50%; height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:50%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:50%;
		text-align:center;}
div#topright{background:#000000; float:right;width:49.99%; height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:50%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:50%}
/*div#topright p {float:left; margin-left:20px; margin-right:20px; color:#ffcc00;}
div#topright h2{float:left; margin-left:40px color:#ffcc00}*/

@font-face {
  font-family: "SuperSweetFont";
  src: url(http://www.yourdomain.com/fonts/sweet/supersweetfont.ttf) format("truetype");
}
.test { font-family: "SuperSweetFont", sans-serif }
