@charset "UTF-8";
.wrapper {
	width: 800px;
	position: relative;
	min-height: 200px;
	height: 400px;
	display: block;
	overflow: auto;
background: #999;
}
#innerwrap {
	position: absolute;
	height: auto;
	padding: 10px;
	display: block;
	width: 400px;
	right: 0px;
	top: 105px;
}
#h20 {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/h20.jpg);
}
#mobile {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/mobile.jpg);
}
#cover {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/cover.jpg);
}
#wear {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/wear.jpg);
}
#reach {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/reach.jpg);
}
#go {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/go.jpg);
}
#now {
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/now.jpg);
}
#innerwrap h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border-top: 1px solid #ccc;
	margin: 0;
	padding-top: 13px;
}
#innerwrap h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #fc7b05;
	border-bottom: 1px solid #333;
	margin: 0;
	padding-bottom: 6px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
	padding: 0;
background: #999;
	margin: 0;
}
