   html, body, #wrapper {
      margin: 0,0,0,0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
position: absolute;
margin: 0 auto;
text-align: center;
vertical-align: middle;
margin-left: 50%;
left:-410px;
   }

body { font-family: Verdana; font-color: black; font-size: 8pt; margin: 0 0 0 0;
background: #ffffff;
}
p { font-family: Verdana; font-color: black; font-size: 9pt; margin: 0 0 0 0; }
em { font-family: Verdana; font-color: black; font-size: 8pt; margin: 0 0 0 0; }
small { font-family: Verdana; font-color: black; font-size: 7pt; margin: 0 0 0 0; }
TD { color: #000; }

#iphonemuzieklogo {
position: absolute;
top: 0px;
height: 365px;
width: 100%;
background: url('/picture_library/head.png') 50% no-repeat;
}

hr { color: #0066ff;
border-style: none;
background-color: #0066ff;
height: 5px; }

div.block {float:left; width:350px; height:280px; font-size:83%; margin: 14px, 14px, 14px, 14px;}

a:link{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited{
color: #0066ff;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
color: #000000;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active{
color: #0066ff;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { color: black; font-size: 23pt; font-style: bold; margin-bottom: 0px;}
h2 { color: #0066ff; font-style: bold; margin-bottom: 0px;}
h3 { color: black; font-size: 18pt; font-style: bold; margin-top: 40px; margin-bottom: 10px; text-shadow: #0066ff 0px 0px 15px; line-height: 75px;}

a.nav:link{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
}

a.nav:visited{
color: #000000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
}

a.nav:hover{
color: #000000;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
}

a.nav:active{
color: #0066ff;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
}

/* Global Elements */
/* Centers the layout */
#centered {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}
/* Background */
#bg {
	float: left;
	padding: 5px;
}
/* Containes the layout */
#container {
	width: 640px;
}
/* The banner */
#banner {
	width: 640px;
	background-color: #0066ff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana;
	font-weight: 900;
	color: #000000;
	font-size: 16px;
	padding-left: 0px;
}
/* Content */
#content {
	padding: 0px;
}
#content .header {
	background-color: #0066ff;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border-top: 3px solid #e8e8e8;
	border-bottom: 3px solid #e8e8e8;
	margin-bottom: 3px;
	font-weight: bold;
}
#content h2 {
	color: <?php echo $text_color; ?>;
	font-family: Verdana;
	font-size: 16px;
	margin: 0px;
}
#content p {
	margin: 0px;
	padding-left: 4px;
	margin-bottom: 12px;
}
#content img {
	float: left;
	margin-right: 9px;
	margin-bottom: 0px;
}
/* Footer */
#footer {
	background-color: <?php echo $bar; ?>;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	text-align: center;
	float: left;
	width: 730px;
}

