body {
	margin: 0;
	padding: 0;
}

#header {
	width: 662px;
	height: 46px;
	margin: 43px auto 34px;
	padding: 0;
}

#header h1 {
	display: block;
	width: 662px;
	height: 55px;
	font-size: 1em;
	background: url(/enter-logo-091203.jpg) no-repeat;
	text-indent: -999em;
}

#middle {
	width: 662px;
	height: 186px;
	margin: 0 auto;
	padding: 0;
}

.bttn-training {
	display: block;
	float: left;
	width: 316px;
	height: 186px;
	background-image: url(/button1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-indent: -999em;
}

.bttn-training:hover {
	background-position: bottom left;
}

.bttn-products {
	display: block;
	float: right;
	width: 316px;
	height: 186px;
	background-image: url(/button2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	text-indent: -999em;
}

.bttn-products:hover {
	background-position: bottom left;
}

#footer {
	width: 271px;
	height: 25px;
	margin: 38px auto 0;
	padding: 0;
	background: url(/title-greatness.gif) no-repeat;
	text-indent: -999em;
}