@charset "utf-8";
/* UberSoft Technologies CSS Document */
body {
	background-image:url(/images/BGimage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000410;
}


/****************************************
 **      Footer Placement & Style      **
 ****************************************/
 
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -1.1em;
}
.footer, .push {
height: 1.1em;
}

.footer, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	color:#FFF;
	text-decoration:none;
	font-size:small;
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}


/****************************************
 **           Side Nav Style           **
 ****************************************/
.sideMenu {
	position:absolute;
	left:1em;
	top:5.6em;
	opacity:0.90;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	background-color:#FF9;
	font-weight:bold;
}

/****************************************
 **        Content Frame Style         **
 ****************************************/

#content {
	padding-top: 200px;
	/*
	position:relative;
	top:200px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	*/
}
#headerMid {
	/*background-image:url(/images/ContentAreaP1.png);*/
	background-color:transparent;
	background-repeat:repeat-x;
	height:20px;
}
/*
#contentMid, #contentFooterMid {
	background-color:#0ae8eb;
}
*/


#contentMid {
	/*background-image:url(/images/ContentAreaP2.png);
	background-repeat:repeat;*/
	background-color:transparent;
	/*background-color:#0ae8eb;
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;*/
}

#contentFooterMid {
	/*background-image:url(/images/ContentAreaP3.png);
	background-repeat:repeat-x;*/
	background-color:transparent;
	/*background-color:#0ae8eb;
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;*/
	height:6px;
}

/****************************************
 **     Content Placement & Style      **
 ****************************************/

.contentText {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
