/* Reset CSS
==========================================================*/
html,body {
	overflow:hidden;
	margin:0px;
	width:100%;
	height:100%;
}

#main {
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:auto;
}

#menu {
	position:absolute;
	z-index:2008;
	top:10px;
	left:10px;
	width:100px;
	height:400px;
	border:1px solid #000000;
	background:#ffffff;
	padding-top: 30px;
	padding-left: 10px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
