/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/


/* general */

A:link{
	color: #FFCC00;
	text-decoration: underline;
}
A:visited{
	color: #FFCC00;
	text-decoration: underline;
}
A:active{
	color: #FFCC00;
	text-decoration: none;
}
A:hover{
	color: #FFCC00;
	text-decoration: none;
}

body{
	color: #fff;

	background: #000 url(/wafu/mm/images/bg.jpg);
}

#page{
	width: 603px;
	margin: 0 auto;
	padding: 20px 25px;
	background: url(/wafu/mm/images/bg02.gif);
}

#head{
	min-height: 118px;
	height: auto !important;
	height: 118px;

	padding-left: 135px;

	background: url(/wafu/mm/images/mm_03.gif) left top no-repeat;
}

#foot{
	padding: 20px 0;

	text-align: center;
}
#foot p{
	margin-bottom: 10px;

	font-size: 1.4em;
	line-height: 1.4em;
}
#foot a{
	color: #fff !important;
}
#copyright{
	font-size: 1.1em;
}
