html { height: 100%; margin-bottom: 1px; }
body {
	background-color: #efefff;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topMenu a:hover, #btmMenu a:hover {
	color: #cc0000;
}
#home .home, #about .about, #contact .contact, #erase .erase, #crack .crack, #wholesale .wholesale, #buy .buy, #news .news, #resellers .resellers
{
	color: #ffffff;
	/* display: none; */
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #9999ff;
	padding: 2px 4px;
}
#home a:hover.home, #about a:hover.about , #contact a:hover.contact, #erase a:hover.erase, #crack a:hover.crack, #wholesale a:hover.wholesale, #buy a:hover.buy, #news a:hover.news, #resellers a:hover.resellers
{
	color: #ffffff;
	cursor: default;
}
#container {
	z-index:1;
	position:relative;
	width:750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	top: 8px;
}
#topMenu {
	z-index:10;
	position:relative;
	width:100%;
	text-align: left;
	left: 0;
	top: 0;
	overflow: visible;
}
#btmMenu {
	z-index:10;
	position:relative;
	width:100%;
	text-align: center;
	overflow: visible;
}
#topMenu a, #btmMenu a {
	color: #000099;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
	margin-left: 4px;
	margin-right: 4px;
}
#pgdiv {
	z-index:10;
	position:relative;
	width:746px;
	height: auto;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	border: 2px solid #000066;
	text-align: left;
	overflow: visible;
}
#header {
	z-index:10;
	position:relative;
	width:100%;
	height:100px;
	left: 0px;
	top: 10px;
	background-image: url(images/elite.gif); 
	background-repeat: no-repeat;
	background-position: 93% 0;
}