body {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

#header {
	width: 662px;
	height: 46px;
	margin: 43px auto 34px;
	padding: 0;
}

#header h1 {
	display: block;
	width: 172px;
	height: 46px;
	font-size: 1em;
	background: url(enter-logo.gif) no-repeat;
	text-indent: -999em;
}

#middle {
	width: 662px;
	height: 227px;
	margin: 0 auto;
	padding: 0;
}

.bttn-training {
	display: block;
	float: left;
	width: 316px;
	height: 227px;
	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: 227px;
	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;
}
*/

#footer {
	width: 662px;
	height: 25px;
	margin: 0 auto;
	color: #a1a1a1;
	font-family: Verdana;
	font-weight: 100;
/*
	
	padding: 0;
*/
	/* background: url(title-greatness.gif) no-repeat; */
	/* text-indent: -999em; */
}

#footer img {
	border: none;
}

#footer p.content_left {
	float: left;
	width: 316px;
	font-size: 12pt;
	display: block;
	text-align: center;
	margin-right: 30px;
}

#footer p.content_right {
	float: left;
	width: 316px;
	font-size: 12pt;
	display: block;
	text-align: center;
	line-height: 10px;
}

#footer p.content_right a {
	color: #4e7d98;
	text-decoration: none;
	line-height: 10px;
}

