/*
svenvanbaarle.be
Created by Jonas Van Schoote on 2008-03-05.
Copyright (c) 2008 madewithlove.be All rights reserved.
*/

/*  Import */
@import url(bg.css);
@import url(text.css);

body{
	background-color:#3A3A3A;
	background-image: url(../background/mm.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding:0px;
	margin:0px;
	min-width: 900px;
	min-height: 600px;
}

#drager {
	width:100%;
	height:100%;
	position:absolute;
	overflow: visible;
}

#vervang {
	position:absolute;
	z-index:9999;
	overflow:visible;
	width:100%;
	height:100%;
}

#tekstbg{
	background-image: url(../background/achtergrondzonder.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow:auto;
	width: 300px;
	height: 300px;
	text-indent: 5px;	
	position:relative;
	top:120px;
	margin: 0px auto 0px auto;
}

#tekst{
	overflow:auto;
	width: 200px;
	text-indent: 5px;
	text-align: justify;
	position:relative;
	top:35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width: 200px;
	font-size: 10px;
	text-align: right;
	color: #454545;
	position:relative;
	top:25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
