		body { 
			background-image: url('../../media/bg_galaxy.jpg');
			background-repeat: no-repeat;
			background-color: white;
			background-attachment: fixed;
			font-family: Futura, Verdana;
			font-size:14px;
			color:#333;
		}
		
		img {border:0px}
		
		img.logo { width:628px }
		div.header { width:628px; margin:auto }
		
		a {color:#333; text-decoration: none}
		
		h2 {font-size:20px; margin:0px}
			
		.box_header { 
			margin:auto;
			width:600px;
			padding: 3px 13px; 
			background-color: #fff; 
			border-top: 1px solid rgba(0, 0, 0, 0.08); 
			border-left: 1px solid rgba(0, 0, 0, 0.08); 
			border-right: 1px solid rgba(0, 0, 0, 0.08);
		}
			
		.box { 
			margin:auto;
			width:600px;
			padding: 10px 13px; 
			background-color: #fff;
			border-top: 1px solid rgba(0, 0, 0, 0.16); 
			border-left: 1px solid rgba(0, 0, 0, 0.16); 
			border-right: 1px solid rgba(0, 0, 0, 0.16);
			border-bottom: 1px solid rgba(0, 0, 0, 0.16);
		}
		
		.row h3 {font-size:18px; margin-top:5px; margin-bottom:0px}
		.row p {margin-top:0px}
		.clear {clear:both}
