* html {
	/*overflow:hidden;*/
}

body {
	margin:0;
	padding:0 0 0 0;
	height:100%;
	/*overflow:auto;
	background: url(images/bg.jpg) repeat-y left top;*/
}

#menu {
	/*position:fixed;
	display:block;
	top:10px;
	left:10px;
	width:180px;*/
	display:none;
}

* html #menu {
	/*position:absolute;
	display:block;
	top:10px;
	left:10px;
	width:180px;*/
	display:none;
}

#menu h2 {
	line-height: 1;
}

body {
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	/*line-height: 19px;*/
	line-height: 1.4;
}

#text {
	display:block;
	/*margin-left:200px;
	padding:10px;
	border-left:1px solid #000;*/
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}