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

		#main-content { 
			background: url(../images/bg-main-content.png) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 30px;
		}
		
		#news-content { 
			background: url(../images/bg-news-content.png) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 30px;
		}
		
		#hp-callout-content { 
			background: url(../images/bg-gold-dot.jpg) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 30px;
		}