@charset "utf-8";
/* CSS Document */

body {
	background-color: #F2F0E1;	
}

.outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
.inner {
	width: 750px;
	height: 330px;
	margin-left: -375px;
	position: absolute;
	top: -165px;
	left: 50%;
}
.intro {
	position:relative;
	width:750px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 0px;
	height:330px;
	float: left;
	display: inline;
	background-color: #F2F0E1;
}

