body {
	height					: 100%;
	width   				: 100%;
	margin					: 0px;
	font-size				: 11pt;
	font-family				: arial, helvetica, sans-serif;
	
	background				: url(images/bg.png) repeat-x #D2D9BA;
}

img {
	border					: 0px;
}

h1 {
	font-size				: 18px;
	color					: #444450;
}

input, textarea {
	border					: 1px solid #047C4C;
	margin					: 2px;
}

a
{
	text-decoration			: none;
	color					: #444450;
}

#container {
	position				: absolute;
	top						: 0%;
	left					: 50%;
	width					: 851px;
	height					: 800px;
	margin					: 0 0 0 -425px;
	text-align  			: left;
}

#logo {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	height					: 120px;
	width					: 851px;
}

#text {
	position				: absolute;
	left					: 0px;
	top						: 120px;
	width					: 730px;
	height					: 486px;
	
	margin					: 0px;
	padding-left			: 60px;
	padding-right			: 61px;
	padding-top				: 30px;
	padding-bottom			: 6px;

	font-size				: 11pt;
	color					: #000000;

	background				: url(images/midden.png);
}

#text2 {
	position				: absolute;
	width					: 730px;
	height					: 480px;
	font-size				: 10pt;
	color					: #000000;
	
	padding					: 0px;
	margin					: 0px;
		
	background				: url(images/text_bg.png);
}

#text3 {
	position				: absolute;
	width					: 630px;
	height					: 460px;
	font-size				: 10pt;
	color					: #000000;
	
	left					: 50px;
	margin					: 0px;
	
	overflow				: auto;
}

#footer {
	position				: absolute;
	left					: 0px;
	top						: 636px;
	width					: 851px;
	height					: 114px;
	padding-top				: 50px;
	text-align				: center;
	font-size				: 8pt;
	color					: #FFFFFF;
	background				: url(images/footer.png);
}
