/* Codehackers */

body {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	height: 100%;
}

#content {
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.99;
	height: 100%;
}

#topLeft {
	width: 100%;
	background: url('images/top-left.gif') top left no-repeat;
	height: 100%;
}

#header {
	position: absolute;
	top: 30px;
	left: 100px;
}

#excerpt {
	font-style: italic;
	font-size: small;
}

#headlines {
	max-width: 500px;
	position: absolute;
	top: 20px;
	left: 100px;
	text-align: left;
	font-family: arial, sans-serif;
	background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}