HTML {
	height:100%;
}


BODY {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#656466;
}

#right {
	background-image: url(domain.png);
	background-repeat: no-repeat;
	background-position: -10px bottom;
}

#mainlevel {
	text-decoration:none;
}

#mainlevel a  {
	text-transform	 :uppercase;
	text-align       : left;
	display          : block;
	line-height      : 30px;
	height			 : 28px;
	font-size        : 12px;
	font-weight		 : normal;
	width            : 100%;
	padding			 : 0px;
	margin			 : 0px;
	text-indent		 : 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c00418;
	text-decoration:none;
}

#mainlevel a:link {
	font-weight		 : normal;
	display          : block;
	width            : auto;
	text-decoration:none;
}

#mainlevel a:link, a:visited {
  display           : block;
  font-weight		: normal;
  color             : #c00418;
  width             : auto;
	text-decoration:none;
}

#mainlevel  a:hover {
	text-align       : left;
	display          : block;
	font-weight      : bold;
	text-decoration  : none;
	color			 : #c00418;
}
