﻿/****************************************
© 2010 Niels Kim, DBH Nederland
Lay-out: DBH Nederland - Work in Progress
Bestand: index.html
****************************************/
* {
	margin: 0;
	padding: 0;
	border: 0px;
}
html, body {
	overflow: hidden;
	background-color: #f8f8f8;
	height: 100%;
	width: 100%;
}
#kliko {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -350px;
	height: 280px;
	width: 601px;
	background-image: url('http://www.real-media.nl/workinprogress/realmedia.png');
}
#kliko h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	padding: 46px 46px 5px 46px;
}
#kliko p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.7em;
	color: #5a5959;
	padding: 0 46px 10px 46px;
}
#kliko a {
	text-decoration: none;
	color: #ed2024;
	font-size: 9pt;
	font-weight: bold;
}
#kliko a:hover {
	text-decoration: underline;
	color: #ed2024;
}

