body {
	background: #000000 url('./images/testbg.jpg');
	background-repeat: repeat-y;
	width: 800px;
	color: white;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

div.container {
	width: 800px;
}

div.header {
	width: 800px;
	height: 180px;
	background: url('./images/header.jpg');
	background-repeat: no-repeat;
}

div.menu {
	width: 150px;
	background-color: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font: 12px arial;
	float: left;
}

div.content {
	width: 600px;
	background-color: #000000;
	font: 12px arial;
	text-align: left;
	float: right;
}

div.products {
	width: 600px;
	background-color: #000000;
	font: 12px arial;
	text-align: center;
	float: right;
}

a {
	color: white;
}

a.show {
	color: white;
}

a.products {
	text-decoration: none;
	border: 2px black;
}