body {
	background-color: #000;
	background-image: url("images/rise_background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 60% 0%;
	
	color:#fff;
	font-family: Arial;
}

* { padding: 0; margin: 0; }

a {	
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}	

a:link,a:visited,a:active { text-decoration: none; }
a:hover { color:#111111; }

#riselogo {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 89px;
	height: 55px;
	background-image: url("images/riselogo.png");
	background-repeat: no-repeat;
}

#content {
	margin: 65px 0 0 280px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 50px 0;
}

#content p {
	margin: 25px 0 0 0;
	padding: 0;
}