html, body {height: 100%;}
body {
    background: black;
}
* {
	margin:0; 
	padding:0
}

.sm {
	list-style:none; 
	width:840px; 
	height:100px; 
	display:block; 
	overflow:hidden
}

.sm li {
	float:left; 
	display:inline; 
	overflow:hidden
}

.menu { 
	align: center; 
	background: black;
}

.content {
	/* [disabled]width:840px; */
	text-align:left;
	padding-left:15px;
	padding-right: 15px;
	background-color:white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
 
h1 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #777;
	margin-top:15px;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #777;
}

hr { 
	color: #dedede;
	background-color: #dedede;
	height: 2px; 
	border: 0; 
	width:100%;
	align:center;
}

#footer {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
    margin-top: -89px; /* negative value of footer height */
    height: 89px;
    clear:both;
    width: 840px;
    background-image:url("images/mml2.png");
    background-color:black;
} 

#main {
	overflow:auto;
    padding-bottom: 0px;
    height: 100px;
    width: 840px;
    background: transparent;
}  /* must be same height as the footer */

#wrap {
	height:100%;}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a:link
{
	color: #777;
	text-decoration: none;
}
a:active
{
	color: blue;
	text-decoration: none;
}
a:hover 
{
	color: black;
	background:transparent; 
	text-decoration:none;
} /*BG color is a must for IE6*/
a.tooltip span 
{
	display:none; 
}
a.tooltip:link span 
{
	display:none; 
}

a.tooltip:hover span{
	display:inline; 
	position:relative;
	top: -50px; 
	background:black; 
	border:1px solid black; 
	color: white;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
    opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

a.tooltip:active span{
	display:inline; 
	position:relative;
	top: -50px; 
	background:white; 
	border:1px solid black; 
	color: black;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
    opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
