@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.99em;
	background-color: #fff;
	color: #666;
	height: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #647e68;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	background-color: #fff;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	padding-bottom: 18px;
}
#banner {
	margin: 0 auto;
	width: 900px;
	height: 405px;
	background: url("gfx/background.jpg") no-repeat scroll left top;
}
#box {
	margin: 0 auto;
	width: 900px;
	height: 297px;
	background: url("gfx/background_2.jpg") no-repeat scroll left top;
}
#textbox1 {
	position: absolute;
    top: 88px;
    width: 420px;
}
#textline1 {
	position: absolute;
	top: 57px;
	margin-left: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#textline1 h1{
	display: block;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
}
#textline2 {
	position: absolute;
	top: 306px;
	margin-left: 464px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#textline3 {
	position: absolute;
	top: 359px;
	margin-left: 256px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#textbox2 {
	position: absolute;
    top: 385px;
	margin-left: 44px;
    width: 400px;
}
#textbox3 {
	position: absolute;
    top: 468px;
	margin-left: 574px;
    width: 400px;
}
#headline {
	color: #647e68;
}
	
	
	
