@charset "UTF-8";
/* CSS Document */

/* =html */
html { margin : 0; 
padding : 0; 
color : #333; 
text-align : center; }

/* =body */
body { width : 90%; 
margin : 1px auto; //space at top
padding : 0; 
font : 76%/160% Tahoma, Verdana, Arial, sans-serif; 
background-color : #fff; 
//text-align : left; }




div#branding h1{
text-indent: -9999px;
//text-align: center;
	//z-index: 3;
	//absolute: left; //postions it in the div
	//left: 50px; //postions it outside the box!
	//top: 0;
	//width: 600px;
	height: 360px; //400
	padding: 0;
	margin: 0 auto;
	//background-color: #FF0000;
	background: url("images/AFB_logo_3cursive.png") no-repeat;
	background-position: center +10px;
	border: none;
}


