/* This is just a temp site. THe reals thing with real CSS will be coming soon */


body {	text-align:center; /* IE6 needs this to center the layout in the browser window */background-color: #fff; /*Backgroung color whole body */	}
	
		h1, h2, h3, p {
	
	text-indent: -9000px;
}	#main_wrapper {	width:780px; /* widths of columns will change proportionately as this width is changed */	margin-top: 40px;	margin-left:auto;  /* centers layout in browser */	margin-right:auto; /* centers layout in browser */	text-align:left;	}#header {	background: url(../images/header2.png) no-repeat left center;	width: 780px;	height: 191px;	position: relative;
	right: 20px;
}
	
#content {	background: url(../images/anchor_tattoo_seattle.jpg) no-repeat center center;	width: 780px;	height: 435px;		
	}
	
		
#footer {	background: url(../images/footer2.png) no-repeat left center;	width: 754px;	height: 141px;
	position: relative;
	top:20px ;
	left: 50px;
}
	
/* --------------- end footer ------------------------*/#header, #nav, #content, #promo {	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */}img, img a, a:active, a:focus, li, ul {	border: none;	outline: none;}a {border: none;}.clearfix:after {	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}.clearfix {display:inline-block;}/* Hide from IE Mac \*/	.clearfix {display:block;}/* End hide from IE Mac */	