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

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

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

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

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

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

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

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

#body-footer {
	width: 560px;
	height: 20px;
	background: url(../images/cdn-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 */