* {
	font: 13px/120% "Courier New", Courier, monospace;
	background:#222222;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
}
	
h2 {
	margin-bottom:0px;
	font-weight: bold;
}

p {
	margin-top:0px;
	line-height: 18px;
}


a {
	margin-top:0px;
	color: #ED1C24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


.content {
	top: 145px;
	left: 40px;
	padding-bottom: 100px;
	width:590px;
	position:absolute;
}

.logo {
	position: absolute;
	top: 31px;//40
	left:0px;//50
}

