/* = css for 100% background image by http://www.cssplay.co.uk/index.html
----------------------------------------------------------------------*/
html, body {
margin: 0;
padding: 0; 
width: 100%; 
height: 100%; 
overflow: hidden;
}
body {
	background-color: #6699CC;
}

#background {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	
}
#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3px;
	left: -18px;
	overflow: auto;
	z-index: 2;
	} 
#wrap {
	width: 900px;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
}
h1 {
	position: absolute;
	left:0;
	top:-200px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#content {
float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F7F7F7;
	line-height: 18px;
	font-size: 14px;
	width: 300px;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: justify;
}
.clear {
	clear: both;
	}
#close {
    z-index: 4;
	font-size: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	
}
#close a {
	text-decoration: none;
	color:#000066;
}
