/*--------------------------------------------------------
Basic Style Sheet 

version: 1
author:
email: 
website:  http://www.brightmatter.co.uk

-----------------------------------------------------------*/

body {
	background-color:#A0C6EA;
	margin-top:10px;
}
#wrapper {
	width:960px; 
	margin:0 auto;
	position:relative;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	background:url(../images/background.gif) repeat-y;

}
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
