@charset "UTF-8";
html, body {margin: 0; padding: 0; height: 100%;} 
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}
#content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 726px;
	margin-top: -363px;
	width: 800px;
	margin-left: -400px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#logo-centre {
	top: 274px;
	left: 33px;
	height: 178px;
	width: 734px;
	position: relative;
}
#logo-top {
	top: 10px;
	left: 33px;
	height: 178px;
	width: 734px;
	position: relative;
}
#menu-strip {
	position: relative;
	top: 80px;
	height: 260px;
}
#contact-link {
	position: relative;
	top: 100px;
	left: 575px;
	width: 197px;
	height: 27px;
}
#small-icon {
	margin-top: 40px;
	margin-left: 10px;
	height: 135px;
	width: 135px;
	float: left;
}
#text-box {
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 608px;
	padding: 8px;
	float: left;
	text-align: left;
	background-image: url(images/text-background.png);
	background-repeat: repeat;
}
#text-box2 {
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 764px;
	padding: 8px;
	float: left;
	text-align: left;
	background-image: url(images/text-background.png);
	background-repeat: repeat;
}
#contact {
	margin-top: 10px;
	margin-right: 40px;
	height: 27px;
	width: 197px;
	float: right;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
}
a:active, a:hover {
	color: #999;	
}
