/* tisseenschande.nl 2006 */

/*coreText mac fix*/

* {
    text-shadow: #000000 0 0 0px;
}

/* HORIZONTAL/VERTICAL ALIGNMENT */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #ffffff;
}

* {
	margin:0px auto;
	padding:0;
}
 
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px; /* de helft van height */
	float: left;
}
 
#wrapper {
	width: 800px;	
	height: 600px;
	clear: both;
	border: 1px solid #ffffff;
	background-color:#5c7b8e;
	position: relative;
	top: -300px; /* de helft van height */
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

body {
	background-image: url(../images/background.gif);
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.container {
	border: 1px solid #ffffff;
	background-color: #5C7B8E;
	text-align: center;
	/*margin: 100px;*/
	padding: 20px;
	width: 600px;
}

.content {
	text-align: left;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
