body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	font-size: 0.9em;
}

.bg {
	position: absolute;
	left: 0px;
	top: 0px;
}

#vg {position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

#logo {
	height: 100px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#menu{
	float: left;
	height: 27px;
	width: 750px;
	position: relative;
	background-image: url(img/menu.png);
	z-index: 2;
}

#menuspace1 {
	float: left;
	height: 27px;
	width: 100px;
	position: relative;
}

#menuspace2 {
	float: left;
	height: 27px;
	width: 5px;
	position: relative;
	background-image: url(SpryAssets/menu.jpg);
}

a {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#text {
	color: #FFFFFF;
	float: left;
	width: 748px;
	position: relative;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

#onder{
	float: left;
	height: 36px;
	width: 750px;
	position: relative;
	background-image: url(img/onder.png);
	background-repeat: no-repeat;
}

.img{
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}

h1 {
	font-size: 1.2em;
}