body {
	background: #ddd; 
	margin: 0px;
	font-family: 'Ruda', sans-serif;
	font-size: 10px;
	font-weight: 700;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#content-wrapper {
	position: absolute; 
	top: 50%; 
	height: 240px; 
	margin-top: -120px; /* negative half of the height */
	width: 100%;
}
#content {
	position: relative; 
	top: 50%;
	width: 450px;
	height: 600px; 
	margin-top: -300px; /* negative half of the height */
	margin-left: auto;
	margin-right: auto;
}
a.block {
	display: block;
	float: left;
	margin: 10px;
	width: 125px;
	height: 126px;
	background-image: url('img/blanco.png');
	color: #000;
	text-decoration: none;
}
a.block img {
	position: absolute;
	border: 0px;
}
a.block span {
	display: block;
	width: 105px;
}
a.block span.colr {
	margin-left: 13px;
	margin-top: 13px;
}
a.block span.text {
	margin-left: 13px;
}

a.A span.colr { color: rgb(132,21,31); }
a.M span.colr { color: rgb(205,26,44); }
a.P span.colr {	color: rgb(238,123,5); }
a.S span.colr {	color: rgb(218,123,5); }
a.E span.colr {	color: rgb(140,148,73); }
a.N span.colr {	color: rgb(63,159,35); }
a.D span.colr {	color: rgb(114,120,44); }
a.E2 span.colr {color: rgb(16,136,96); }
a.S2 span.colr {color: rgb(30,123,157); }
a.I span.colr {	color: rgb(5,49,108); }
a.G span.colr {	color: rgb(149,105,153); }
a.N2 span.colr {color: rgb(164,70,147); }

#webshop {
	position: absolute;
	width: 125px;
	height: 125px;
	background: url('img/webshop-pijltje.png');
	margin-left: 445px;
	margin-top: 160px;
}





