body
{
    background: #000;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}
#page
{
	position: relative;
}
#header
{
	background: #fff url(/images/line.png) left bottom no-repeat;
	padding: 20px 0 33px;
	position: relative;
    width: 736px; 
}
#header h1
{
    background: #fff url(/images/zdg.png) top left no-repeat;
	display: block;
	height: 85px;
	overflow: hidden;
	text-indent: -1234px;
	margin: 20px;
	width: 121px;
}
#header h2
{
    background: #fff url(/images/header.intro.png) top left no-repeat;
	display: block;
	height: 11px;
	width: 344px;
	text-indent: -1234px;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 75px;
	right: 20px;
}
#slides
{
    width: 736px;
    height: 200px;
    background: url(/images/gale.jpg);
}
#enter
{
    clear: both;
    width: 736px;
    background: #333; 
    height:30px;
    overflow:hidden;
    padding: 10px 0;
    position:relative;
}
#enter img
{
    border:0;
    padding: 0;
    margin: 0;
} 
#enter a
{
    background: url(/images/enterbutton_new.gif) no-repeat;
    border: 1px solid #333333;
    display:block;
    height:27px;
    overflow:hidden;
    padding: 0px;
    margin:  0 auto ;
    text-indent:-12345px;
    width:69px;
    
}
#enter a:hover
{
    border: 1px solid #ffffff; 
}
#lists
{
    width: 716px;
    background: #333333;
    padding: 10px;
}
#lists a
{
    text-decoration: none;
    color: white;
}
#lists ul
{
    padding: 0;
    margin: 0;
    background: #333;
}
#lists ul img
{
    float: left;
    clear: none;
    margin: 2px 0;
}

#lists ul li
{
    width: 98px;
    clear: none;
    float: left;
    display: block;
    margin: 2px;
    white-space: nowrap;
    font-weight: bold;
}
#lists ul li h3
{
    font-weight: bold;
    font-size: 1em;
}
#lists ul li ul
{
    list-style-type: none;
}
#lists ul li ul li
{
    float: left;
    font-size:.9em;
    clear: both;
    margin: 0;
    padding: 0;
    white-space: normal;
    font-weight: normal; 
}
#page
{
    width: 736px;
    margin: 0 auto;
    text-align: left;
}
#footer
{
    clear: both;
    font-size: 1em;
    border-top: 2px solid #000;
    padding-top: 10px;
    text-align: center;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: inline-table;
}
.clearfix
{
    display: block;
}
/* GENERAL FIXES */

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* End hide from IE-mac */
