html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #eee;
}

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

img {
	border: 0;
}

#wrapper {
	min-width:1000px;
	min-height: 100%;
	width: 100%;
}


/******************** Header ********************/
#header {
	padding: 10px;
	background-color: #6C0000;
}

#header img {
	display: block;
}

/******************** Body ********************/

#main {
	padding-bottom: 72px;
}

#snazzyBG {
	border: 1px solid #000;
	width: 760px;
	padding: 20px;
	margin: 80px auto;
	background: url('/images/resources/webcast_template2/snazzyBG2.jpg') no-repeat center top;
	text-align: center;
	font: 0/0 a;
}

#snazzyBG:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#reg-container {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #000;
	/*height: 280px;
	width: 480px;*/
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255,0.5);
}

#reg-container h1 {
	font-size: 16px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#reg-area {
	text-align: left;
	display: inline-block;
}

#reg-area form {
	margin-top: 15px;

}

/******************** Footer ********************/

#footer-wrapper {
	width:auto;
	min-width:1000px;
	background-color: #6C0000;
	color: #fff;
	position: relative;
	bottom: 0;
	margin-top: -72px;
	clear: both;
}

#footer {
	height: 42px;
	line-height: 42px;
	padding: 15px;
	font-size: 13px;
	text-align: right;
}

#footer img {
	vertical-align: middle;
	float: left;
}