body {  
	width: 800px; 
	background-color: #000000; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

p {  
	font-family: helvetica, verdana, arial; 
	font-size: 12px; 
	line-height: 1.3em;
	color: #FFFFFF;  
	text-align: left;
}

.blue  {
	font-family: helvetica, verdana, arial;
	font-size: 10px;
	color: #0099d2;
}

.heading {
	font-family: helvetica, verdana, arial;
	font-size: 14px;
	font-style: bold;
	color: #0099d2;
}


.header {  
	height: 90px; 
	width: 800px; 
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

.content {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/content_bg.png); 
	background-repeat: repeat-y;
}

.contentsamurai {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_samurai_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

.contentinca {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_inca_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

.contentopal {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_opal_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;
}	
	
.contentdragon {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_dragon_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

.contentempire {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_goldenempire_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

.contenteagle {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_eagle_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

.contentroyals {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_royals_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

.contentmexican {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_mexican_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}

.contentsphinx {  
	width: 800px; 
	height: auto; 
	background-image: url(../images/product_sphinx_bg.png); 
	background-repeat: no-repeat;
	background-position: bottom right;	
}


.footerabout {  
	width: 800px; 
	height: 126px; 
	background-image: url(../images/footer_aboutus_bg.png);
	background-repeat: no-repeat;
}

.footer {  
	width: 800px; 
	height: 126px; 
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
}

