html,body{
	margin:0;
	padding:0;
	background-color:#d5c6b9;
}
  
div#horizon{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
  
div#inner{
	text-align:left;
	margin:0 0 0 -450px;
	position:absolute;
	top:-300px;
	left:50%;
	width:900px;         /* 2*|div#inner{margin-left}| */
	height:600px;        /* 2*|div#inner{top}|         */
	background-color:#fff;
}

p{                    /* this makes the look more consistent between browsers, it has nothing to do with the technique */
	margin:0;
	padding:.2em;
}

.MainText {
	font-family:verdana;
	font-size:10px;
	color:#000;
}

a img { border:none;  }

/** Gallery ***************************************/

div#subGallery img{ margin:0px 10px 10px 0px; padding:4px; border:1px solid #ccc; }

#cfCreatedDiv{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

img{ border:none; }

.HTMLMenu {
	clear:left; 
	margin-right:5px; 
	padding-right:5px;
	margin-bottom:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-image: url(http://www.misjahelsloot.com/layout/trans.gif);
	
	
}

.HTMLMenuOver {
	background-color: #fff; 
	clear:left; 
	margin-right:5px; 
	padding-right:5px;
	margin-bottom:4px;
	padding-top:2px;
	padding-bottom:2px;
	
}

