	#top_image
	{ 
		background-image:url('../images/top.jpg'); 
		width:794px; 
		height:146px; 
		position:relative;
		left:0px;
		top:0px;
		
	}
		
	#nav_bar
	{ 
		top:145px; 
		width:99%; 
		height:40px; 
		z-index:20;
		position:absolute;
		left:0px;
		
	}
		
	#text
	{
	top:80px;
	width:700px;
	height:200px;
	margin:0px auto;
	z-index:10;
	position:relative;
	text-align:left;
	color:#ffffff;
	font-family:"Verdana";
	font-size:16px;
		
	}
		
	#bottom_image
	{ 
		background-image:url('../images/bottom.jpg'); 
		width:794px; 
		height:181px; 
		position:absolute;
		bottom:0px;
		right:0px;
		
	}
		
	#footer
	{ 
		left:20px; 
		position:absolute;
		text-align:center;
		font-family:arial;
		font-size:12px;
		color:#ffffff;
		bottom:0px;
		
	}
		
