html,body{
	margin: 0;
 	padding: 0;
	background-color: #000000;
	background-image: url(../images/wood_tile.jpg);
 	height: 100%;
	font-family: "Old English Text MT","Old English","Ringbearer",fantasy,"PerryGothic",Century,"Bookman Old Style","Times New Roman",Arial, Helvetica, sans-serif;
 	color: #ffd93f; }

#container{
	margin: auto;
	width: 955px;
	height: 100%; }

#left{
	float: left;
	height: 610px;
	background-image: url(../images/background_column_transp.gif);
	background-repeat: repeat-y;
	width: 261px; }

#menu{
	background-image: url(../images/firedragon_bg_transp.gif);
	background-repeat: no-repeat;
	height: 560px; }
#menu a{
	font-family: "Old English Text MT","Old English","Ringbearer",fantasy,"PerryGothic",Century,"Bookman Old Style","Times New Roman",Arial, Helvetica, sans-serif;
 	color: yellow;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-left: -15px; }
#menu a:hover{
	color: red; }
#menu a:active{
	color: red; }

#right{
 	width: 694px;
	height: 600px;
	float: right; }

#header{
 	background-image: url(../images/banner_draak_transp.gif);
	background-repeat: no-repeat;
 	width: 694px;
	height: 180px;
	cursor: pointer; }

#content{
 	display: block;
 	border: solid 1px maroon;
 	padding: 5px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
 	width: 680px;
 	height: 420px;
	min-height: 300px;
 	max-height: 420px;
	overflow: auto;
/* nieuw scrollbar ding => IE overflow fix */
	/*position: relative;*/ }
