
@import url("styles.css");

html, body {
	height: 100%;
	position:relative;
	font-size:11px;
	* html overflow:auto
} 
body{
	text-align: center;
	color:#000000;
	position:relative;
	min-height: 100%;
	background:#f0f0f0 url(../_media/background.gif) repeat-y 50%;
}	
#container{
	margin: 0 auto;
	position:relative;
	width:772px;
	height: 100%;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#othersites img{vertical-align:middle;border:none}
#othersites div{background:#000;color:#fff;font-weight:bold;height:18px;width:192px;text-indent:3px}
#othersites{position:absolute;top:-50px;left:0;z-index:999;text-align:left;border:1px solid #000;background:#ffffcc;border-top:none;border-left:none}
#othersites ul{list-style:none;margin:0;padding:10px 6px;display:none}
#othersites li{margin:0;padding:0;line-height:1.5em;border:1px solid #ffffcc}
#othersites a{display:block;color:#333;line-height:1.5em;text-indent:4px}
#othersites a:hover{background:#eeeebb}

