@charset "utf-8";
.mainbackground {
	background-image: url(Image%20Slices/Perfbackground.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin-left: 50%;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: -400px;
}
.header {
	background-image: url(Image%20Slices/images/images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	height: 150px;
	width: 400px;
}
.body {
	background-image: url(Image%20Slices/images/body.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	height: 388px;
	width: 625px;
	left: 97px;
	margin: 0px;
	padding: 0px;
}
.product {
	margin: 30px;
}

.leftmargin {
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	height: 388px;
	width: 175px;
	left: 0px;
}

