/* Copyright (C) 2005-2009 Brothers Media */

/* GENERAL */
html {
	background: #3d3d3d; /* default grey */
	height: 100%;
	}
	
body {
	background: #3d3d3d url('../images/html-bg.jpg') repeat-x center top; /* default grey */
	color: #fff;
	font-size: 1em;
	height: 100%;
	}
	
h1 {
	font-size: 1.5em;
	}		

a:link, a:visited, a:hover, a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}	
a:hover { text-decoration: underline; }		
/* GENERAL END */	
	
	
/* LAYOUT */		
div#spacetop {
	margin: 0 auto;
	width: 100%;
	height: 50px;
	}	
	
div#wrapper {
	margin: 0 auto;
	width: 850px;
	}	

div#content {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	}	
/* LAYOUT END */