
body {
	text-align: center;
	background: #fff;
}
 
#frame {
	width: 983px;
	margin: 0 auto 10px auto;
	text-align: left;
}

#logo span,
#header span,
#splash span,
#content span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#logo {
	height: 87px;
	position: relative;
}

#logo h1 {
	font-size: 30px;
	color: #000;
	padding: 30px 0 0 100px;
}

#logo span {
	background: #fff url(../img/logo-offer.jpg) no-repeat;
}

#header {
	height: 143px;
	position: relative;
}

#header h2 {
	font-size: 50px;
	color: #000;
	text-align: center;
	padding: 35px 0 0 0;
}

#header p {
	font-size: 18px;
	color: #666;
	text-align: center;
	padding: 15px 0 0 0;
}

#header span {
	background: #fff url(../img/landing_header.jpg) no-repeat;
}

#splash {
	height: 414px;
	position: relative;
}

#splash p.preview {
	position: absolute;
	top: 368px;
	left: 761px;
}

#splash span {
	background: #fff url(../img/landing_splash.jpg) no-repeat;
}

#content {
	height: 238px;
	position: relative;
}

#content h3 {
	font-size: 25px;
	color: #000;
	padding: 35px 0 0 45px;			
}

#content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0 45px;			
}

#content p {
	position: absolute;
	font-size: 13px;
	line-height: 19px;
	color: #666;
	top: 111px;
	left: 46px;
	width: 850px;
}

#content p.learn {
	top: 174px;
	left: 44px;
}

#content p.preview {
	top: 174px;
	left: 145px;
}

#content span {
	background: #fff url(../img/landing_content.jpg) no-repeat;
}

#footer p {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	padding: 21px 36px;
}
