#Wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00B000;
	border-right-color: #00B000;
	border-bottom-color: #00B000;
	border-left-color: #00B000;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#Wrapper #header {
	height: 150px;
	width: 900px;
	background-image: url(Header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #google {
	height: 500px;
	width: 400px;
	margin-left: 15px;
}
#OuterWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	background-image: url(OUTERBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#OuterWrapper #Wrapper #footer {
	border: 2px solid #CC0000;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 30px;
}
#OuterWrapper #Wrapper #footer div {
	margin-top: 6px;
}

* {
	margin: 0px;
	padding: 0px;
}
#OuterWrapper #Wrapper #right {
	width: 500px;
	float: right;
	height: 500px;
	border: 2px solid #00B000;
	margin-right: 15px;
}
