body {
	background-image:url(background.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-color:#000000;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif
}

#container {
	width:960px;
	height:100%;
	margin:0 auto;
}

#header {
	position:relative;
	margin:0 auto;
	width:770px;
	height:180px;
	padding-top:50px;
	padding-bottom:10px;
}

#content {
	position:relative;
	margin:0 auto;
	width:700px;
	height:100%;
	text-align:center;
	font-size:24px;
	line-height:30px;

}

#content a {
	color:#ffffff;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#companylinks {
	position:relative;
	margin:0 auto;
	width:700px;
	text-align:center;
	bottom:-10px;
	font-size:14px;
}

#links {
	position:relative;
	margin:0 auto;
	width:700px;
	text-align:center;
}


#companylinks img {
	border:none;
	margin:6px;
}
	
#links img {
	border:none;
	margin:50px;
}

