* {

	margin: 0;
	padding: 0;

}


body, html {

	height: 100%;

}


body {

	background: #fff url('images/hanging_stars.png') top center no-repeat;
	text-align: center;
	font-size: 75%;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;

}


#stars {
	
	position: fixed;
	top: 0px;
	left: 0px;

}


#heads {
	
	position: fixed;
	bottom: 0px;
	right: 0px;

}

#heads img {
	
	width: 400px;
	margin-right: 50px;
	
}


#links {
	
	position: relative;
	margin: 30px auto -30px;
	width: 200px;
	padding-left: 550px;
	text-align: right;
	
}


#positioning {

	width:1px;
	height:50%;
	margin-bottom:-250px; /* half of container's height */
	float:left;

}


#container {

	margin: 0 auto;
	width: 1000px;
	height: 500px;
	overflow: auto;
	
}


#title {

	position: relative;
	width: 300px;
	height: 70px;
	margin: 150px auto auto 300px;
	background: url('images/title.png');
	clear: both;
	
}


#logos {
	
	position: relative;
	width: 100px;
	margin: -240px auto auto 105px;
	
}

#logos img {
	
	margin-bottom: 25px;
	margin-top: 25px;
	border: 0;
}


#dates {
	
	position: relative;
	top: 85px;
	width: 650px;
	margin: 0 auto auto 200px;
	
}


#dates table {
	
	float: right;

}


#dates table td {
	
	border-right: 1px solid #000;
	padding: 0 30px 0;
	text-align: right;
	
}


#dates table td.last {
	
	border-right: none;
	
}


#quotes {
	
	position: relative;
	width: 500px;
	margin: 10px auto;
	padding-right: 175px;
	
}

#quotes p {
	
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	
}


#text {

	position: relative;
	width: 450px;
	margin: 20px auto;
	padding-left: 55px;
	text-align: left;
	
}

#text p {
	
	font-size: 1em;
	line-height: 1.2em;	
	margin-bottom: 2em;
	
}

#text p.the_small_print {
	
	font-size: 0.85em;
	line-height: 1.1em;
	width: 300px;
}

#text h2 {
	
	font-size: 1.6em;
	
}

#text h3 {
	
	margin-bottom: 2em;
	
}

a, a:visited {
	
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
}


a:hover, a:active {
	
	color: #222;
	
}


.hidden {
	
	visibility: hidden;
	line-height: 0em;
}

