/*=====================================================
             @oozeout.com exhibit_so.css
               for exhibit info
=====================================================*/
body
    {
    margin: 0px;
    padding: 0px; 
	font-size: 8px; 
	color: #ffffff; 
	line-height: 1.8em; 
	font-style: normal; 
	font-family: Lucidia-Sans, Verdana, Arial, sans-serif; 
	background-color: #000000; 
	text-decoration: none;
	text-align: center;
    }
a:link 
    {
	color: #ffffff; 
	text-decoration: none;
    }
a:visited
    {
	color: #ffffff; 
	text-decoration: none;
    }
a:hover
    {
	cursor: crosshair; 
	color: #FFFF00;  
	text-decoration: underline;
    }
a:active
    {
	color: #FF0000; 
	text-decoration: none;
    }
a img
    {
    border: none;
    }
#outer
	{
	 overflow:auto;
    height:600px;
    width:900px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-450px;
	background-color: #333333;
	}
#contents
    {
    width: 100%;
    height: 100%;
    background-color: #333333;
    } 
#head
	{
	width: 100%;
	height: 30px;
	background-color: #333333;
	}
