*{
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
	font-weight:normal;
}
html, body{
	height:100%;
}
body{
	background-image:url(/img/bg.jpg);
	overflow-y:hidden;
}
.clear{
	clear:both;
}
html>/**/body .clear{
	visibility:hidden;
}


#menu{
	width:310px;
	height:100%;
	padding:20px 0px 0px 20px;
	background-image:url(/img/menu.gif);
	background-repeat:no-repeat;
	behavior:expression(IEPNGFIX.fix(this));
	float:left;
}
#member_menu{
	width:310px;
	height:100%;
	padding:20px 0px 0px 20px;
	background-image:url(/img/m_menu.gif);
	background-repeat:no-repeat;
	behavior:expression(IEPNGFIX.fix(this));
	float:left;
}
#login{
	width:260px;
	background-image:url(/img/title_members.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	padding-top:31px;
}
div#login .text{
	width:80px;
	border:1px solid #777777;
}
#contents{
	height:100%;
	margin-left:310px;
	padding-right:20px;
	overflow:auto;
}
#footer{
	height:100px;
	margin-top:20px;
	font-size:12px;
	line-height:20px;
}
div#footer a{
	color:#97853d;
	text-decoration:none;
}
div#footer ul{
	width:100%;
	list-style:none;
}
div#footer ul li{
	float:left;
}
