﻿/* Standard HTML Tags */

body {
	margin:0px;
	background-image:url('0002s_background.jpg');
	background-color: #333333;
	background-repeat:repeat;
}

#container_header {
	background-image:url('0002s_header.png');
	height:313px;
	margin-bottom:10px;
}
	
	#container_ad {
		clear:both;
		height:281px;	
		background-image:url('0002s_ad.png');
		margin-bottom:10px;
	}

	#container_homebodytop {	
		background-image:url('0002s_homebodytop.png');
	}
	
	#container_homebodycontent {
		background-image:url('0002s_homebodymiddle.png');
	}
	
	#container_bodytop {
		background-image:url('0002s_bodytop.png');
	}	

	#container_bodybottom {
		clear:both;
		background-image:url('0002s_bodybottom.png');
		height:15px;
	}

