** { margin:0; padding: 0; }
html { overflow-y: scroll; }
html, body { height: 100%; }
body {
	background-image: url(../Graphics/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top {
	margin: 0 auto;
	background-image: url(../Graphics/back.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 283px;
	padding-top: 45px;
}
.tagline {
	z-index: 1;
	height: 60px;
	width: 550px;
	padding-left: 47px;
	background-image: url(../Graphics/tagline_back.jpg);
}
.logo {
	margin-left: 650px;
}
.middle {
	margin: 0 auto;
	background-image: url(../Graphics/middle.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 260px;
	padding-bottom: 10px;
}
.bottom {
	margin: 0 auto;
	background-image: url(../Graphics/bottom.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 77px;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
	color: #666666;
	clear: both;
}
.bottom a {
	margin: 0 auto;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}.bottom a:hover {
	margin: 0 auto;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.content {
	padding-right: 54px;
	padding-left: 54px;
}
.warranty {
	background-image: url(../Graphics/box.jpg);
	height: 270px;
	width: 263px;
	background-position: right;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.warranty_text {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	font-size: 11px;
}
