html {height:100%;}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #ffffff;
	background-color: #000000;
}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%;}
/* places the content ontop of the background image */

#logo {
	position: absolute;
	bottom: 500px;
	left: 51px;
	width: 740px; 
	height: 49px;
	z-index: 1;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#navi {
	position: absolute;
	bottom: 480px;
	z-index: 1;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#content {
	position: absolute;
	bottom: 50px;
	left: 50px;
	height: 380px;
	z-index: 1;
	background-color: #000000;
	width: 800px;
	font-family: Helvetica, verdana, arial;
	font-size: 12px;
	padding: 20px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 1.0;
	text-align: justify;
	overflow: auto;
}



a {
	color: #ffffff;
	font-family: Helvetica, verdana, arial;
	font-size: 11px;
	text-decoration: none;
	}
	
a:hover {
	color: Gray;
	font-family: Helvetica, verdana, arial;
	font-size: 11px;
	text-decoration: none;
}

#copyright {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-top: 4px;
	z-index: 1;
	width: 100%;
	text-align: right;
}



#bloglogo {
	position: absolute;
	bottom: 124px;
	left: 51px;
	z-index: inherit;
	width: 740px; 
	height: 49px;
	z-index: 1;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#blognavi {
	position: absolute;
	bottom: 100px;
	margin-top: 4px;
	z-index: 1;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#blogcontent {
	position: absolute;
	bottom: 174px;
	left: 50px;
	margin-top: 2px;
	z-index: 1;
	background-color: #000000;
	width: 700px;
	font-family: Helvetica, verdana, arial;
	font-size: 12px;
	padding: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-align: justify;
	overflow: auto;
	height: 400px;
}

#quote {
	position: absolute;
	bottom: 200px;
	z-index: 1;
	width: 456px;
	font-family: Helvetica, verdana, arial;
	font-size: 12px;
	padding: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	text-align: right;
}

#quotebig {
font-size: 14px;
font-family: helvetica,verdana,arial;
text-align: right;
}

