body {
	background: url('../gfx/body_bg.png') repeat-x;
}

#main {
	margin: 0 auto;
	width: 920px;
	height: 710px;
	background: url('../gfx/main_bg.jpg') no-repeat;
	position: relative;
}

#mainempty {
	margin: 0 auto;
	width: 920px;
	height: 710px;
	background: url('../gfx/main_bg_empty.jpg') no-repeat;
	position: relative;
}

#content {
	position: absolute;
	left: 420px;
	top: 230px;
	width: 455px;	
}

#starttext {
	position: absolute;
	left: 420px;
	top: 200px;
	width: 380px;
	color: #fff;
}

#starttext h2 {
	margin: 0;
}

#starttext p {
	position: relative;
	margin-bottom: 10px;

}

#starttext .readmore {
	position: absolute; 
	right: -20px; top: -85px;
}

#form {
	width: 380px;
	position: absolute;
	top: 440px;
	left: 420px;
}

#form label {
	width: 90px;
	float: left;
	line-height: 27px;
}

#form .textinput {
	padding: 3px;
	margin: 2px 0;
	width: 190px;
	border: 0;
	border-bottom: 1px dotted #ccc;
}

#form .submit {
	position: absolute;
	top: 100px;
	right: 0;
}

#foottext {
	position: absolute;
	left: 420px;
	top: 625px;
	width: 380px;
	color: #000;
	font-size: .8em;
}

#form .inputfail {
	background: #ffcfcf;
	border: 1px solid #aa3333;
}