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


	
	
body {
	/*BACKGROUND-IMAGE: url('images/ilyas-psv2.jpg');*/
	background-color: #AA0000; 
	color: #D1CAB1; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	padding:15px 0 0px 0; 
	font-size: 11px; 
	text-align: center; 
	CURSOR: url(http://www.zaidan.nl/cursor1.cur);
/*
                scrollbar-face-color: #212a31; 
                scrollbar-shadow-color: #AA0000; 
                scrollbar-highlight-color: #AA0000; 
                scrollbar-3dlight-color: #AA0000; 
                scrollbar-darkshadow-color: #AA0000; 
                scrollbar-track-color: #AA0000; 
                scrollbar-arrow-color: #AA0000;
                
   */   
   }
a:link,a:active { color : #919696; text-decoration: none}
a:visited { color : #919696; text-decoration: none}
a:hover	{ text-decoration: underline; color : #ffe175}  



#box {
	position:fixed;
	/*border:solid black 1px;*/
    top:25%;
	right:25%;
	bottom:25%;
	left:25%;
	padding:0px;
	margin:25px;
	width:766px;
	height:400px;
    }
	
	



#box div.left {
	float:left;
	width: 200px;
	height:30px;
	text-align:left;
	
	padding-bottom:5px;
}


#box div.right {
	float:right;
	width: 566px;
	height:30px;
	text-align:right;
	
	padding-bottom:5px;
}	



