/* Sets the general appearance of the Layout */
html {margin:5px; padding:0; background:#474441; color:#000;}
body {min-width:750px; min-height:710px;}
#container {background:#474441; color:#000; margin:50px auto; width:750px;}
#main {background:url(../afbeelding/painting.png); background-repeat:no-repeat; background-position: 200px 245px; width:750px; height:750px; border:1px solid gray; font-family:verdana, tahoma, arial; font-size:1em;}
		
/* Sets the general appearance of individual textblock */
.line  {color:gray; background:#474441; height:8px; padding:0; margin-top:100px; text-align:center; font-family:verdana, tahoma, arial; font-size:14px;}	
.line1 {color:gray; background:#474441; height:8px; padding:0; margin-top:400px; text-align:center; font-family:verdana, tahoma, arial; font-size:12px;}	
.line2 {color:gray; background:#474441; height:8px; padding:0; margin-top:50px; text-align:center; font-family:verdana, tahoma, arial; font-size:12px;}	
		
/* Sets the general appearance of the Content */
div.content {color:gray; background-color:#474441; padding:14px;}		
	  
/* Sets the general appearance of the LINKS */
a:link    {text-decoration: underline; color: #808080; background-color: #474441;}
a:visited {text-decoration: underline; color: #808080; background-color: #474441;}
a:active  {text-decoration: underline; color: #808080; background-color: #474441;}
a:hover   {text-decoration: underline; color: #DA4800; background-color: #474441;}
