@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#wrapper {
	background-image: url(images/dots.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: auto;
	min-height:386px;
}
#holder {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#holder-left {
	float: left;
	width: 625px;
	margin-top: 25px;
	position: relative;
}
#holder-right {
	width: 331px;
	margin-left: 15px;
	float: right;
	margin-top: 15px;
}
#brochure-icon {
	height: 210px;
	width: 205px;
	position: absolute;
	left: 410px;
	top: 50px;
}
#intro-text {
	width: 415px;
	float: left;
}
#btn-register {
	height: 64px;
	width: 275px;
	position: absolute;
	left: 353px;
	top: 285px;
}
#flash {
	width: 625px;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
#text {
	width: 620px;
	float: left;
}
#footer {
	float: left;
	width: 980px;
	margin-top: 20px;
	color: #999999;
	font-size: 10px;
}
#register-top, #register-bottom {
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 331px;
}
#register-top {
	background-image: url(images/register-form-top.gif);
	margin-top: 27px;
}
#register-bottom {
	background-image: url(images/register-form-bottom.gif);
}
#register-middle {
	background-color:#FFFFFF;
	border-left:2px solid #a9cfe8;
	border-right:2px solid #a9cfe8;
	padding: 0px 10px 0px 10px;
	width: 307px;
	float: left;
}

a:link, a:active, a:visited {
	color: #0079C6;
	text-decoration: underline;
}
a:hover {
	color: #848208;
	text-decoration: underline;
}
#brochure-icon-thankyou {
	height: 210px;
	width: 205px;
	position: absolute;
	left: 730px;
	top: 50px;
}
#intro-text-thankyou {
	width: 625px;
	float: left;
}

