@charset "UTF-8";
/* CSS Document */

a:link {color:#0000FF;}
a:visited {color:#0000FF;}
a:active {color:#0000FF;}

a.nav:link {color:#00ff00;}
a.nav:visited {color:#00ff00;}
a.nav:active {color:#00ff00;}
a.nav:hover {color:#00ff00; font-style:oblique;}

/* background info */


body {
	background-image:url(../images/acbs-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 5%;
	}

	
#container {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	/*border:1px solid red;*/
	height:800px;
	}

#header {
	position:relative;
	width:800px;
	height:109px;
	/*border:1px solid orange;*/
	background-image:url(../images/top.jpg);
	/*border-bottom:1px solid black;*/
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	}
	
#middle {
	position:relative;
	width:775px;
	height:34px;
	background-image:url(../images/middle.png);
	background-repeat:no-repeat;
	padding-left:25px;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:999;
	}
	
#content {
	position:relative;
	width:800px;
	height:600px;
	background-image:url(../../images/tranbg2.png);
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:1;
	}
	
#content2 {
	position:relative;
	width:800px;
	height:790px;
	background-image:url(../../images/tranbg2.png);
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:1;
	}
	
#content3 {
	position:relative;
	width:800px;
	height:850px;
	background-image:url(../../images/tranbg2.png);
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:1;
	}


#banner2 {
	position: absolute;
	left: 450px;
	top: 5px;	
	}
	
.infotxt {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
.infomain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#raccoon {
	background-image:url(../images/testbg.jpg);
	position:relative;
	width:240px;
	top: 20px;
	float:right;
	}

#subcontent {
	position:relative;
	width:600px;
	}
	
#infobar {
	position:absolute;
	left:600px;
	width:200px;
	}	

#bottom {
	position:absolute;
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#pricing {
	position:relative;
	/*background-image:url(../../images/bgtest2.png);*/
	left:50px;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.bottomlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.maintxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}	
























