* {
	margin: 0;
	padding: 0;
	
}

body {
	font-size: 62.5%;
/*	font-family: helvetica, impact, sans-serif;*/
	font-family: Helvetica, sans-serif;
	
	height:100%; margin:0; padding:0;
	/*font-family: Georgia, serif;*/
	/*background-color:#B5B4B4;*/
	overflow:scroll;
}	

p { margin-top: 5px;
	margin-bottom: 10px; 
}

a:link { 
	color: #CCCCCC;

	}
a:visited { 
	/*color: #FFFFFF;*/
	color: #CCCCCC;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #CCCCCC;
	}

/* Set the position and dimensions of the background image. */
#page-background {
	position:fixed; top:0; left:0; width:100%; height:100%;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
	position:relative; z-index:1;padding:10px;
}

#top-info {
	background: url(../images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
	text-align: left;
	color: white;
	font-size: 18px;
	z-index: 6000;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border: 1px solid #000;
}

#tab {
	width: 800px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 5px;
	left: 20px;
	font-weight: bold;
	text-decoration:  none;
}

.tab-links {
	text-decoration:  none;
	font-family: Helvetica,  Arial, sans-serif;
}

#my-name {
	background: url(../images/transpBlack.png);
	padding: 5px 0px 5px 5px;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 190px;
	text-align: left;
	color: white;
	font-size: 28px;
	z-index: 6000;

	
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border: 1px solid #000;

}





#pages {
	background: url(../images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: relative;
	top: 100px;
	left: 15%;
	width: 800px;
	height:100%;
	text-align: justify;
	/*color: white;*/
	color: black;
	font-size: 14px;
	z-index: 6000;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.8;9
	-khtml-opacity: 0.9;
	opacity: 0.9;

	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border: 1px solid #000;


}



#pages-content {
	/*background: url(images/gradient.png);
	background-repeat: no;
	*/
	background: white;
	padding: 20px 20px 20px 20px;
	position: relative;
	left: 20px;
	width: 90%;
	height:auto;
	color: black;
	font-size: 16px;
	text-align:justify;


	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border: 1px solid #000;

}


#pages-content a:link { 
	color: #445042;
	}
#pages-content a:visited { 
	/*color: #FFFFFF;*/
	color: #445042;
	}
#pages-content a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
#pages-content a:active { 
	color: #445042;
	}

#footer2 {
	padding: 20px 0px 10px 0;
	position:relative;
	top: 200px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 11px;
	z-index: 6000;
}
 
