/*--------------------------------------------------------
Basic Style Sheet 

version: 1

-----------------------------------------------------------*/

body {
	background-position:center;
	background-color:#999;
	margin:0px;
}
#wrapperOuter {
	background-color:#CCC;
	width:955px; 
	margin:0 auto;
	position:relative;
}
#wrapperInner {
	background-color:#CCC;
	width:955px;
	height:596;
	margin:0 auto;
	position:absolute;
	margin: 30px 0px 30px 0px
}
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
img {
	border:0px;
}

