html {
	height: 100%;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 58px;
	width: 34px;
}

div#contentpart {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	}
	
div.cleaner{
	height: 0px;
	clear: both;
	}
	
	
h1 {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
}	

h2 {
	font-size: 12px;
	color: #f9f8f8;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 1em;
}

h3 {
	font-size: 12px;
	color: #b1afaf;
	font-weight: normal;
}

/* intro *********************************************************************************/
div.logo {
	height: 150px;
}
div.intro img.logo {
	float: left;
	padding: 20px;
} 

a.background {
	display: block;
	margin: 0 auto;	
	background-image: url('../images/intro.jpg');
	background-repeat: no-repeat;
	background-position: 0px 150px;
	width: 1000px;
	height: 630px;
	color: white;
	text-decoration: none;
}

div#intro {
	float: left;
	text-align: left;
	line-height: 100%;
	font-size: 25px;
	color: white;
	position: relative;
	top: 40px;
	left: 20px;
	width: 400px;
}


/* specials ******************************************************************************/
div.admin {
	display: none;
}