body {
	overflow-x:hidden;
	margin:0;
	background:#8f3f98 url('../images/bg.jpg');
	background-repeat:no-repeat;

	background-position:top center; 
	
}

#wrapper {
	position:relative;
	width:806px;
	height:612px;
	background:url('../images/canvas.png') no-repeat;
	margin:auto;
	z-index:1;
	margin-top:20px;
	
}

#bg {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	overflow-x:hidden;
}

#menu {
	float:left;
	width:270px;
	font:12px Arial, Helvetica, sans-serif;
	margin:150px 0px 0px 10px;
	
}

ul {
	list-style:none;
}

li {
	padding-bottom:3px;
}

#txt {
	float:left;
	width:450px;
	margin:150px 0 0 10px;
	font:12px Arial, Helvetica, sans-serif;
}

#scrollbar {
	float:left;
	width:20px;
	margin-top:150px;
	height:400px;

}

#up {
	position:relative;
	top:20px;
}

#down {
	position:relative;
	top:360px;
	}
	
#footer {
	position:absolute;
	left:230px;
	bottom:0px;
	font:10px Arial, Helvetica, sans-serif;
	clear:both;
}	



a:link {color:#c0342c; text-decoration:none;}
a:visited {color:#c0342c; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a:active {color:#c0342c; text-decoration:none;}
