body {
	background:url(bg1.png);
	background-color:#000;
	height:100%;
	
}
#content {
	color:#000;
	position:absolute;
	width:80%;
	float:none;
	padding:3% 3% 3% 3%;
	margin:3% 3% 3% 3%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:4;
	float:right;
	left:11%;
/*
*	opacity:.8; /* css standard */
/*
*	zoom: 1; /* IE patch 2 */
}
#header {
	left:60%;
		float:right;
	top:0%;
	position:fixed;
	z-index:10;
	color:red;
	font-weight:700;
	/*
background-image: url(bg.png);
*/
}
#navbar {
	float:left;
	top:5%;
	position:fixed;
	z-index:5;
}
/*
img.sizeable {
	width: 100%;
	}
#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
#footer {
	position:absolute;
	bottom:2%;
	left:25%;
	font-family:"Arial Narrow";
	font-size:16px;
	z-index:5;
}
#footer {
	color:#0099FF;
	background-color:#CC99FF;
}
#footer a {
	color:#FF9966;
}

