@charset "UTF-8";
.centred {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right:50%;
	width: 841px;
	height: 600px;
	margin-top: -310px;
	margin-left: -425px;
}
.background {
	background-image: url(../images/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navigation {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.technical {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}
.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}h1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
	background-position: 30px;
	text-indent: 20px;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
}
.styles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
