/********************************************************
* About Page Rules
********************************************************/
#about_pic {
	width:700px;
	height:477px;
	background-image: url(../img/sunrise.gif);
	background-repeat: no-repeat;
	background-position: 0px -47px;
}
div#about_wrap {
        background-color: black;
	width: 425px;
        height: 13em;
	position: absolute;
	top: 450px;
	right: 40px;
	
		
}

p.about_text {
	
	height: 9px;
	margin: 15px;
	position: relative;
	display: block;
	text-align: left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: white;
}
div#presskit {
	background-color: #000000;
	position: absolute;
	left: 40px;
	top: 525px;
	display: block;
	height: 1em;
	width: 251px;
	text-align: center;
	padding: 0.75em 0.25em;	
}

#presskit a, #presskit a:link, #presskit a:visited {
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#presskit a:hover {
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-decoration: underline;
}
span.strike {
text-decoration: line-through;
}
