body {
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	color: #ccc;
	width:1000px;
	min-width: 1000px;
	font-size: 14px;
	line-height:18px;
	margin:0 auto;
	padding:0;
}

#wrapper {
	width:996px;
	height:808px;
	background: url('../_img/homepage-wrapper-bg.jpg') top left no-repeat;
	position:relative;
}

h1 {
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9999px;
}

#content {
	position:absolute;
	left:550px;
	top:247px;
	width:420px;
}
#content h2 {
	color:#fff;
	font-size:14px;
	padding-bottom:25px;
	margin:0;
}
#content p {
	padding-bottom:25px;
	margin:0;
}
#content p strong {
	color:#fff;
}

#content p a:link, #content p a:visited, #content p a:active  {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#content p a:hover {
	text-decoration:underline;
}

#footer {
	position:absolute;
	left:310px;
	bottom:30px;
	color:#666;
	font-size:12px;
}

