body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	}
	
div {
	align: center;
	}	

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#main-container { 
	padding-top: 30px;
	}

#header-container { 
	background: transparent top center no-repeat url(../images/header.jpg);
	width: 733px;
	height: 43px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#picture-container { 
	background: transparent top left no-repeat url(../images/picture.jpg);
	width: 733px;
	height: 205px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	}
	
#spacer { 
	width: 733px;
	height: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	}	
	
#price-feature-container {
	width: 733px;
	height: 315px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	}	

#price-container {
	background: transparent top center no-repeat url(../images/prices.jpg);
	clear: left;
	width: 384px;
	height: 315px;
	display: block;
	float: left;
	}	
	
#feature-container {
	background: transparent top center no-repeat url(../images/features.jpg);
	clear: right;
	width: 344px;
	height: 315px;
	display: block;
	float: right;
	}			
	
#footer-container { 
	background: transparent top center no-repeat url(../images/footer.jpg);
	width: 733px;
	height: 43px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	

