@charset "utf-8";
/* CSS Document */

/* hide from ie5 mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#content {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

.ftp-center-rumpus {
	width:100%;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#main_content{
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
}

#menu{
	position:absolute;
	left:810px;
	top:0px;
	width:200px;
}