
/***********************************************/
/* Generic CSS                                 */
/***********************************************/
.hidden{
display:none;
}

body{
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  helvetica, arial, sans-serif, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #000000;
	font-size: 80%;
	line-height: 120%;	
	margin: 0px;
	padding: 0px;
	background: #babab5;
	text-align:right;
	
}

a:link, a:visited{
	color: #8080FF;
	text-decoration: none;
}

a:hover{
	color:#8080ff;
	text-decoration: underline;
}

#outer {height: 400px; position: relative; border:#0000CC solid 0px; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: relative; top: 25%; border:#33CC00 solid 0px; vertical-align: middle;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: static; top: -50%; left: -50%; padding: 20px; height: 110px; background:#ffffff url(../images/index.jpg) left no-repeat; border-top: 1px solid #333333; border-bottom: 1px solid #333333;} /* for explorer only */
/* optional: #inner[id] {position: static;} */




