

		 body {
			margin: auto;
			padding: 0px;
			color: #000000;
			background-image: url(images/back.png); repeat: yes;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			}
	 
		
		
		a {text-decoration: none; color: #FFFFFF; font-size: 10px;}
		
		a:hover {color: #FF9900;}
		
		.centered {
  			position: absolute;
  			top: 0;
 			right: 0;
  			bottom: 0;
  			left: 0;
  			width: 100%;
  			height: 50%;
  			margin: auto;
			}
			
		
