*{
	margin: 0;
	padding: 0;
}
*:focus, a:focus{
	outline:none;
}
html,body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
}
img{
	border:none;
}
a{
	color:#6E6E70;
	text-decoration:none;
}
#footer a{
	color:#fff;
	text-decoration:none;
	padding: 5px;
}
a:hover{
	background: #fff;
	color:#8ed300;
}
#container {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
#logo{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -125px;
}
#soon-online{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: 35px;
}
#quote{
	position:absolute;
	top: 50%;
	left: 50%;
	color:#999999;
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin-left: -200px;
	margin-top: -10px;
	font-size:18px;
}
#books{
	position:absolute;
	top: 50%;
	left: 50%;
	color:#999999;
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin-left: -200px;
	margin-top: 25px;
	font-size:18px;
}
#order{
	position:absolute;
	top: 50%;
	left: 50%;
	color:#999999;
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin-left: -200px;
	margin-top: 50px;
	font-size:13px;
}

#footer{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#8ed300;
	line-height: 50px;
}
#tectum a{
	position:absolute;
	bottom: 50px;
	right: 1px;
	background:url(../img/logo-tectum.gif) top left no-repeat;
	display: block;
	width: 175px;
	height: 70px;
	text-indent: -5500px;
}
#tectum a:hover{
	background-position: 0 -70px;
}
a.icon{
	background:url(../img/icon-pdf.jpg) center left no-repeat;
	padding-left: 35px;
}


