* {
	padding: 0;
	margin: 0;
}
body {
	background: url('../images/bg.png') repeat;
	font: 1em/20px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
table td {
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h1,h2,h3,p {
	padding: 10px 0 10px 0;
}
a {
	text-decoration: none;
	color: blue;
}
hr {
	margin: 20px 0 10px 0;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#content {
	top: 0px;
	background: #fff;
	width: 850px;
	min-height: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 20px;
}
#ezcms_header {
	text-align: center;
	background: url('../images/ezauthheader.png') center no-repeat;
	height: 102px;
	margin-bottom: 30px;
}
#ezcms_header h1 {
	padding-top: 1em;
	font-size: 2.5em;
	color: white;
}
#ezcms_header h1 a {
	color: white;
	text-decoration: none;
}

#appleslider {
	position: absolute;
	height: 166px;
	width: 802px;
	background: url('../images/sliderbg.png') no-repeat;
	overflow: hidden;
}


#slider {
	position: relative;
	top: 140px;
	left: 7px;
	height: 21px;
	width: 786px;
	background: url('../images/slider.png') no-repeat;
}

.product {
	position: absolute;
	text-align: center;
	height: 100px;
	width: 250px;
}

#knob {
	top: 1px;
	height: 19px;
	width: 127px;
	background: url('../images/knob.png') no-repeat;
}

.checkerboard {
	position: absolute;
	top: 450px;
	overflow: hidden;
	width: 500px;
	height: 500px;
}

.chkbox {
	position: absolute;
	width: 50px;
	height: 50px;
}

#product_copy {
	position: absolute;
	top: 380px;
}

#checkercopy {
	position: absolute;
	top: 970px;
	width: 800px;
}