/*
 * $Id: main.css 178 2009-09-15 09:18:21Z joris $
 */
html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
	font-size: 12px;
}

div#centering {
	width: 1px;
	height: 1px;
	position: relative;
	left: 50%;
	top: 50%;
}

div#container {
	position: absolute;
	width: 809px;
	margin: 0 auto;
	left: -404px;
	top: -223px;
	background: white;
}

div#top {
	background-image: url('/images/top.gif');
	width: 807px;
	height: 227px;
}

div#bottom {
	background-image: url('/images/bottom.gif');
	width: 305px;
	height: 219px;
	float: left;
}

div#content {
	background-color: #fff;
	position: relative;
	width: 400px;
	float: left;
	margin: 0 auto;
	padding: 0;
	color: #612421;
	top: 30px;
	left: 55px;
}

.red {
	color: #fb0000;
}

div#content a {
	text-decoration: none;
}

.clear {
	clear: both;
}