body 

{

	background-color: #000000;

	font-family: Verdana, sans-serif; 

	font-size: 10px;

	color: #000000;

	overflow: -moz-scrollbars-vertical;

}


a:link { text-decoration: none; color: #6b6b6b}
a:visited { text-decoration: none; color: #6b6b6b}
a:active { text-decoration: none; color: #000000}
a:hover { text-decoration: none; background-color: #000000}


img {

	border:none;

}

a {

	border:none;

}



 body, html {height: 100%;}

#outer {height: 100%;width: 100%; overflow: visible; position: relative;} /* or without overflow */

#outer[id] {display: table; position: static; }



#middle {position: absolute; top: 50%;} /* for explorer only*/

#middle[id] {display: table-cell; vertical-align: middle;  position: static;}



#inner {position: relative; top: -50%;text-align:center; } /* for explorer only */

#inner[id] {position: static;} 



