html
{
	overflow-y: scroll;
	moz-scrollbars-vertical: scroll
}
body
{
	margin:0;
	padding:0;
	min-width:980px;
	background-color:#fff;
}
#header
{
	margin:20px auto;
	position:relative;
	width:980px;
	border:1px solid #ccc;
}
#body
{
	margin:20px auto;
	position:relative;
	width:980px;
}
#menu
{
	position:absolute;
	width:165px;
	height:520px;
	padding:10px;
	border:1px solid #ccc;
	font-weight: bold;
	background:#52dd1c;
}
#content
{
	position:absolute;
	left:193px;
	height:520px;
	width:766px;
	padding:10px;
	border:1px solid #ccc;
}
body, input, select, textarea, td
{
	font:12px Verdana, Sans-Serif;
}
img
{
	border:none;
}
p.five
{
	margin:5px 0px 0px 0px;
}
p.ten
{
	margin:10px 0px 0px 0px;
}
a
{
	color:#000;
}
a.user
{
	color:#d5006e;
}
