html, body { height: 100%; width: 100%;}

body {
	background: url(../img/bg_site.png) repeat-x 0 100px  #fefefe; 
	font-family: "lucida sans unicode","lucida grande",sans-serif;
}

strong { font-weight: bold;}
u { text-decoration: underline; }

#wrapper {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -485px;
	height: 600px;
	width: 970px;
	background: url(../img/bg_site.png) repeat-x  #fefefe; 
}

a#logo { 
	background: url(../img/logo.png) no-repeat; 
	display: block;
	position: absolute;
	right: 0px;
	top: 9px;
	height: 145px;
	width: 249px;
}

a#logo span {
	position: absolute;
	left: -999em;
}

#logo_bottom {
	position: absolute;
	right: 30px;
	bottom: 0px;
	background: url(../img/bg_logobottom.png) no-repeat;
	width: 198px;
	height: 238px;
}

#content {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 650px;
	height: 400px;
	background: url(../img/content.png) no-repeat -5px 5px;
}

#content h1 {
	color: #6d1f80;
	text-transform: uppercase;
	font-size: 50px;
}

#contact {
	position: absolute;
	color: #6d1f80;
	bottom: 56px;
	left: 5px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #6d1f80;
}

#pdfdownload {
	bottom:52px;
	height:58px;
	position:absolute;
	right:262px;
	width:141px;
}