body {
	text-align: center;
	font-family: Arial;
	font-size: 0.7em;
	margin: 0;
	color: #ccc;
	background-color: #ccc;
}
#regionMain {
	height: 539px;
	width: 790px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 10px auto 0;
	position: relative;
	background-color: #000;
}
#mainContent {
	text-align: left;
	position: absolute;
	left: 300px;
	bottom: 170px;
	width: 450px;
	height: 150px;
	overflow: auto;
}
#mainContent p {
	margin-top: 0.5em;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;	
	margin: 0;
	position: absolute;
	bottom: 495px;
	left: 10px;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}
ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 20px;
	list-style: none;
	text-align: left;
}
ul#menu li {
	float: left;
}
ul#menu li a, ul#menu li a:visited {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 1.2em;
}
ul#menu li a:hover {
	color: #ffde96;
	text-decoration: underline;
}
#contactDetails {
	margin: auto;
	width: 100%;
	position: absolute;
	bottom: -4;
	left: 0;
	line-height: 1.2em;
}
#contactDetails p {
	margin: 0 auto 5px;
}
#motioncontainer {
	position: absolute;
	overflow: hidden;
	bottom: 64px;
	left: 5px;
	width: 780px;
	height: 80px;
}
#motiongallery {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
}
#motioncontainer a img {
	border: none;
}
#motioncontainer a {
	margin-left: 3px;
}
#statusdiv {
	position: absolute;
	left: -300px;
	visibility: hidden;
}
#loadarea {
	position: absolute;
	top: 88px;
	left: 10px;
	width: 260px;
	height: 280px;
}
a  {
	color: #ffde96;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
