/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {
	background-color:#550000;
	text-align:center;
}

#Past {
	position:relative;
	background-image:url('Past.png');
	width:684px;
	height:234px;
	margin:0 auto;
}

#Present {
	position:relative;
	background-image:url('Present.png');
	width:684px;
	height:184px;
	margin:0 auto;
}

#Future {
	position:relative;
	background-image:url('Future.png');
	width:684px;
	height:230px;
	margin:0 auto;
}


#Past span,#Present span,#Future span{
	position:absolute;
	right:65px;
	bottom:2px;
	font-size:large;
	font-weight:bold;
	font-family:"Trajan Pro", Arial;
	color:white;
	text-decoration:none;
}

#Past span {
	color:black;
}

#Future span {
	bottom:48px;
}
