body {
	background-attachment: fixed;
	background-color: #FFA23D;
	background-image: url('../Images/achtergrond1.gif');
	background-repeat: repeat-x;
	background-position: left top;
}


div#centerme 
{
position:absolute;
text-align:center;
left:50%;
top:20px;
height:530px;
width:700px;
margin-left:-350px;
}

div#centerme div.menuRow 
{
position:relative;
width:100%;
height:33%;
display:block;
clear:both;
float:left;
}

div#centerme div.menuRow div.menuItem 
{
position:relative;
width:33%;
height:100%;
display:block;
float:left;
}

div#centerme div.menuRow div.menuItem img
{
margin-left:33px;
margin-right:33px;
cursor:pointer;
}

div#centerme div.menuRow img#deslogo
{
position:relative;
top:-15px;
}

div#centerme div#left 
{
position:relative;
text-align:center;
width:250px;
display:block;
float:left;
}

div#centerme div#content 
{
padding:15px;
position:relative;
text-align:left;
margin-top:15px;
margin-bottom:15px;
width:450px;
height:100%;
display:block;
float:right;

/* en nu de vulling */
-moz-opacity:0.8;
filter:alpha(opacity=80);
background-color:#fff;
overflow:auto;

font-family:Verdana;
font-size:11px;

}


