@charset "utf-8";

html { height: 100%;}
body { font-family: Tahoma, Geneva, sans-serif;	font-size:12px;	background: #000000; margin: 0; padding: 0;	text-align: center; height: 100%; color: #ABBBC3;}
img { border:none; }
a,a:link,a:visited,a:active { font-family:  Tahoma, Geneva, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color:#339599; }
a:hover { color:#1EC6CC; text-decoration: none; }

* html .AllCont #container { height: auto !important; height: 100%;}

#header {position:relative; float:right; width:100%; text-align:center; height: 30px; z-index: 9100;font-size: 8px;font-weight: normal;color: #256063;}
#floater {margin-bottom:-186px; height:50%; position:relative;} /* half of content height */ 
#content {height:372px; width:100%; clear:both; position:relative; margin:0 auto;} /* content height */ 
#footer {text-align:right; font-size:0.75em; z-index: 5; position: relative;}

 /* content height */
#content-container { 
    width: 766px;
    height:372px;
    margin: 0 auto;
    position: relative;
    z-index: 3;

}

#header-container {
    width: 740px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
    line-height: 22px;
    position: relative;
}



#footer-container {
    width: 740px;
    margin: 15px auto 0 auto;
    text-align: left;
    position: relative;
}



#lint {
    position:  absolute;
    bottom: 10px;
    right: 10px;    
}