@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
	background: #000000 url(../images/reg-bkd-full.jpg) top center fixed no-repeat;
	text-align: center;
	margin: 0; padding: 0;
	color: white;
	text-align: center;
}

A:LINK, A:VISITED {
	text-decoration: none;
	color: #f26522;
	border-bottom: 1px dashed #f26522;
}

A:HOVER {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

A.button:LINK,
A.button:VISITED {
	border: none;
	background: url(../images/reg-btn-bkd.png) top left no-repeat;
	width: 500px;
	height: 55px;
	display: block;
	margin: 0 0 20px 0;
	color: #d9cbc3;
	font-size: 29px;
	line-height: 55px;
	text-align: center;
}

A.button:HOVER {
	background-position: bottom left;
	color: white;
}

#wrapper {
	width: 560px;
	margin: 360px auto 40px auto;
	text-align: left;
}

#body {
	background: url(../images/reg-body-bkd.png) top center no-repeat;
	padding: 30px 30px 10px 30px;
	margin: 0;
}

#body-footer {
	width: 560px;
	height: 20px;
	background: url(../images/reg-body-bottom.png) bottom center no-repeat;
}

H1 {
	font-size: 210%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

P {
	font-size: 140%;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#panel {
	display: none;
}


/* CLEARFIX */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */