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

* {
	margin: 0;
	padding:0;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/business-opportunity-bkg2.png);
	background-repeat: repeat-x;
	background-color:#000;
	
	letter-spacing:1px;
	color:#FFF;
	
}
img {margin-right:10px; margin-left:5px;}

h1 { font-family:"Times New Roman", Times, serif;
		color: #FFF;
}

h2 { font-family: "Arial";
		color: #FFF;
}
#page_wrap {
	margin: 0 auto;
	width:1028px;
	height:400px;
	
}



#bus_banner {
	position:absolute;
	width:1028px;
	height:334px;
	z-index:3;
	top: 70px;
	background-image:url(images/business-opportunity-banner.png);

}


#content {
	position:absolute;
	width:1028px;
	height:650px;
	z-index:4;
	top: 410px;
}

#text {margin:20px; width: auto; height:auto
	}



#footer {
	clear:both;
	height:206px;
	z-index:1;
	background-image: url(images/footer_bkg.png);
	background-repeat: repeat-x;
	margin-top:700px;
	
	
	}




#footer_center {
	
	width:1000px;
	height:206px;
	z-index:4;
	color:#FFF;
	background-image: url(images/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 28px;
}

#footer_center a {color: white; text-decoration: none; 

	margin: 0 1px 0 0;

}


#footer_center a:hover {color:#333; text-decoration: none; 

	margin: 0 1px 0 0;

}

