body {

	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color:#FF9933;
	scrollbar-arrow-color: #DD882C;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #666666;
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #FFEFEF;
    scrollbar-track-color: #FFFFFF
}



a { 
   text-decoration:underline; color:#808080

}

a:hover { 

   text-decoration:none;

}


 /* ------------------------- IMAGE ---------------------------- */  


#outer {

        height: 100%; 
        overflow: hidden; 
        position: relative; 
        width: 100%;}

#outer[id] {

        display: table; 
        position: static;}
		
#middle {
        position: absolute; 
        top: 50%; 
        width: 100%; 
        text-align: center;} /* for explorer only*/
        
#middle[id] {
        display: table-cell; 
        vertical-align: middle; 
        position: static;}
		
#inner {
        position: relative; 
        top: -50%; 
        text-align: left;
        
} 

/* for explorer only */

#inner {
		
		width: 700px; 
		margin-left: auto; 
		margin-right: auto;
} 

/* for all browsers*/

/* optional: 

#inner[id] {position: static;} */
