#wrapper{
				width:500px;
				position:relative;
				margin:50px auto;}
			
			img	{ border: none;
			      margin:0 auto 0 auto;}		
		        
			a { text-decoration: none; }
			
			p { color: #cccccc;
			    font: normal normal 400 12px/1.0em arial;
			    text-align: center;}
			    
			h1 { color: #000000;
			     font: normal normal 900 16px/1.0em arial;
			     text-align: center;
			    }
			    
			body
			  {background-color: #999999;
	           background-image:  url(../images/bkgrnd.png);
	           background-attachment: fixed;
	           background-repeat: repeat-y;
	           background-position: top center;}