@charset "utf-8";

#container {
	background: #d3d7e0;
}

#main {
	background: url(../gfx/front.jpg) no-repeat;
	height: 500px;
}

#textbox {
	position:relative;
	left:600px;
	top:200px;
	width:300px;
	height:305px;
	z-index:1;
	overflow: auto;
}

#mainmenu {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:2;
	font-size:24px;
}

a:link {
	text-decoration: none;
	color: #414141;
}

a:visited {
	text-decoration: none;
	color: #414141;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}
