@charset "UTF-8";

#coverpage_content {
	height: 500px;
	width: 880px;
	margin-left: 45px;
	position: relative;
}
#header {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFF;
}
#header a{
	color: #FFF;	
}
#header a:hover{
	color: #F00;	
}
#header li{
	margin-top: 10px;
}
#credit {
	position: absolute;
	right: 40px;
	color: #FFF;
	bottom: 20px;
}
#date {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
}

