@import url("yui-reset.css");  /* yahoo UI library browser reset */
@import url("library.css");    /* standard classes & utils */

body, html, form {
	height: 100%;
	font-family: "Segoe UI", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ddd;	
}

h6 {
	margin: 30px 0 5px 0;
	color: #999;
	font-size: 11px;
}

ul img {
	margin: -1px 3px;
	
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

li {
	display: inline;
	color: #bbb;
}

li a {
	padding: 5px;
	text-decoration: none;
	color: #999;
}

li a:hover {
	color: #000;
}

li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

div#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -100px;
    float: left;
}

div#center {
   width: 407px;
 	height: 200px;
   clear: both;
   margin: 0 auto; 
	text-align: center;
    position: relative;
    top: -200px;
   /* IE4ever Hack: Hide from IE4 **/
	position: static;
   /** end hack */
}

h1 {
	display: none;
}
/* Hide from IE5mac \*//*/
    div#shim {
        display: none;
    }
    html, body {
        height: auto;
    }
/* end hack */
/* ]]> */

#banners {
	text-align: center;
	width: 100%;
	position: absolute; 
	bottom: -700px;
	left: 0px;
}
	#banners img, #banners iframe {
	border:0;
	margin: 5px;
	}