body { margin: auto; background-color: #ffffff; }

a {
	color: #000000;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }

#backgroundImage {
	position: fixed;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
	z-index:-1;
}
#backgroundImage { _position: absolute;  }
#backgroundImage img { width: 100%; z-index:-2; }

#slideAllContent {
}


#wrap {
		top:0px;
		float: left;
		width: 100%;
		position: absolute;
		padding-bottom: 70px;
}
#logo {
		width:940px;
		margin:0 auto;
		padding-left: 30px;
}
#main {
		width:940px;
		min-height:500px;
		margin:0 auto;
}
#mainTop { 
	background: url('../img/shared/bg_top.png');
	height: 25px;
}
#mainContent {
	background: url(../img/shared/bg_middle.png);
	padding-left : 20px;
	padding-right : 20px;
	position:relative;
	width:900px;
	min-height:500px;
	margin:0 auto;
}
#mainContent, #mainContent TD {
	color: #3b3b3b;
	font-family: "Verdana";
	font-size: 14px;
}
#mainBottom {
	background: url('../img/shared/bg_bottom.png');
	height: 18px;
}


#bottom {
		position: fixed;
		bottom:0;
		left:0;
		height:40px;
		width:100%;
		background-color:#2e2e2e;
		z-index:2;	
	}
	#bottomContent, #bottomContent TD {
		color: #ffffff;
		font-family: "Verdana";
		font-size: 14px;
		padding-top: 2px;
		position:relative;
		width:940px;
		margin:0 auto;
	}
	#bottomContent p {
		padding: 0;
		margin: 0;
	}

 	#bottomContent a {
		color:#ffffff;
		text-decoration:none;
	}
 	#bottomContent a:hover {
 		color:#ffffff;
		text-decoration:underline;
	}
	
#webdesign {
	font-size: 9px; font-family: FaraoBlackOT;
}
#webdesign a {
	color: #ffffff;
}
