/* Main */
*        {margin:0px;padding:0px; 
         }

html, body{
height: 100%; 
}

body{
display: table; 
width: 100%; 
text-align: center;
       }


BODY     {
         background: #3EC1DD url(../im/bg2.gif) center center no-repeat;
         }



a             {font: bold 12px Arial, Helvetica, sans-serif;}
a:link        {color: #2CA1CA; text-decoration: underline;} 
a:visited     {color: #2CA1CA; text-decoration: underline;} 
a:active      {color: #2CA1CA; text-decoration: underline;} 
a:hover       {color: #ff0000; text-decoration: underline;} 
             

#intro{width:586px; height:407px;}




#out    {background:#E6CEB8;
	width:586px;
	margin: 0 auto;
	padding:0px;
	}

#wrapper{display: table-cell; 
	vertical-align: middle;
	}



div#out {margin-top: expression(((document.documentElement.offsetHeight/2)
-parseInt(offsetHeight)/2)  <0 ? "0" : 
(document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2)  +'px') ;}



#footer{width:100%; height:30px; 
        position: absolute; bottom: 0; left:0; 
        background:#FEF8F2;
        text-align:center;
        border-top:4px #94D3E7 solid;
padding-top:4px;
       }

#footer a{padding:8px 0px 0 0;
         }

