*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 80%;
	color : #333;
	text-align : center;
}

#container
{
	width : 450px;
	margin : auto;
	margin-top : 25px;
	border : 1px solid #eef;
	text-align : left;
	padding : 35px;
}

h1 span { display : none; }
h1
{
	width : 446px;
	height : 160px;
	background : url('mma_logo_3.gif');
}

h2
{
	margin-top : 20px;
	margin-bottom : 5px;
	font-size : 16px;
}

p
{
	font-size : 11px;
	margin-top : 7px;
}

dt
{
	font-weight : bold;
	margin-top : 7px;
	font-size : 11px;
}

dd
{
	font-size : 11px;
	text-indent : 15px;
}

a
{
	color : #008;
	text-decoration : none;
}
a:hover { text-decoration : underline; }

#footer
{
	margin : 10px;
	font-size : 10px;
	color : #ddd;
}
#footer a { color : #ddd; }

#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}