html, form {height:100%;margin:0; padding:0;border:none;}
body {height:100%;background:#cbc9c8 url(back.jpg) repeat-x top center;margin:0px;padding:0px;
      font-family: "Courier New", Arial, Helvetica, sans-serif;font-size:14px;color:#889;text-align:center;}

#container {width:600px;margin:0 auto;background:transparent url(metaveri.png) no-repeat center 221px;}
    #quote {width:600px;height:140px;}
    #quote #what {width:auto;text-align:right;font-size:18px;padding-top:30px;}
           #what a{color:#8b8b99;text-decoration:none;}
           #what a:hover {color:#fff;}
           #what strong {color:#fff;font-size:24px;}
    #quote #who {width:auto;text-align:center;color:#cc6666;font-size:14px;padding-top:10px;font-style:italic;}
           #who strong {color:#fff;font-size:10px;}
    #msg {width:570px;margin:0 auto;height:217px;background:transparent url(msgBg.png) no-repeat top center;text-align:left;padding:3px 0 0 30px;}
    #msg .textArea {width:435px;height:17px;background:transparent;border:none;padding:2px 5px 0 0px;color:#888;font-family:"Courier New";}
    #msg a {color:#fff;text-decoration:none;}
    #msg a:hover {color:#990000;}
    #content {width:600px;margin:0 auto;text-align:justify;line-height:20px;padding-bottom:50px;}
    #content strong {color:#990000;}
    #content em {font-size:17px;color:#990000;font-style:normal;}
    

/*** JQuery Tooltip Style ***/    
    .tooltip {display:none;background:transparent url(black_arrow.png);font-size:12px;height:70px;width:160px;padding:25px;color:#fff;text-align:center;}
    
/*** CSS HACKS *********************************************************/    
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display:block;position:relative;clear:both;}
* html .clearfix{height: 1%;}