/**
	David Glenn
	
	Common Template CSS Styles
	
	Ian Holt - Matchstic.com
	
	*NOTE*
	If you need to add CSS styles its better to create
	a new stylesheet and leave the common file alone. 
	
	Just link it up in the correct html file
**/

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #aab47f url(../img/bg.jpg) top center repeat-y;
	color: #FFF;
}

#header { 
	margin: auto;
	padding: 0px;
	width: 771px;
	height: 206px;
	background: #aab47f;
}
	


	
	



