/* CSS Document */
body {
	margin: 0 0 0 0;

	background-image: url(images/innerpage-window.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 478px;
	height: 800px;
	line-height:15px;
}
#menu {
	position: relative;
	left: 140px;
	top: 140px;
}
#text {
	position: relative;
	left: 65px;
	top: 30px;
	width: 340px;	
	height: 350px;
	overflow-y:scroll;
	overflow-x:hidden;
}
