body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}
#container {
	background-image: url(images/helix_logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px auto;
	position: relative;
	top: 0px;
	width: 950px;
	height: 800px;
	text-align: left;
	}
#left {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 400px;
	color: white
	}
#right {
	position: absolute;
	top: 35px;
	right: 0;
	width: 540px;
	text-align: right;
	}
img {
	border: 0px;
	}

/* code for sales page */

#body_buy {
	background-image: none;
	background-color: black;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

#container_buy {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px auto;
	width: 940px;
	height: 800px;
	text-align: left;
	}
#left_buy {
	position: absolute;
	text-align: right;
	top: 160px;
	left: 160px;
	width: 450px;
	color: white;
	}
#right_buy {
	position: absolute;
	text-align: right;
	top: 160px;
	right: 230px;
	width: 540px;
	text-align: right;
	margin-right: 0px;
	}

