html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background: #ccc url() no-repeat scroll 0% 0%;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
   
a {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
   
a:hover {
	text-decoration: underline;
}
   
p {
	padding: 50px 50px 0px 50px;
}

img {
	border: none;
}
   
#content {
	text-align: right;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.headline {
	font-size: 22px;
	font-weight: lighter;
	line-height: 28px;
}

.headline_bold {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
