html, body {
  height: 950px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: black url(../images/cover.jpg) center no-repeat;;
  min-width: 1024px;
}

#mainmenu {
position: relative;
top:205px;
left:12px;	
margin: 0 auto;
width:750px;
}

#hover1, #hover2, #hover3, #hover4 {
	position:relative;	
}

.overlay {
    display: none;
	position: absolute;
    left: 0;
}

#content{
position:absolute;
top: 280px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 860px;
height:520px;
margin: 0 auto;
/*background-color: white;*/
}

.point{ 
list-style:square;
padding-left:15px;
}

@font-face {
    font-family: 'optimus';
    src: url('font/optimusprincepssemibold-webfont.eot');
    src: url('font/optimusprincepssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/optimusprincepssemibold-webfont.woff2') format('woff2'),
         url('font/optimusprincepssemibold-webfont.woff') format('woff'),
         url('font/optimusprincepssemibold-webfont.ttf') format('truetype'),
         url('font/optimusprincepssemibold-webfont.svg#optimusprincepssemiboldRg') format('svg');
    font-weight: bold;
    font-style: normal;

}

h2{
	font-family: 'optimus';
	font-weight: bold;
	color: #0f5b77;
	text-shadow: 2px 2px 5px #888;
}

.mainHeading {
	font-family: 'optimus';
	font-size:48px;
	color: #0f5b77;
	font-weight: bold;
	text-shadow: 2px 2px 5px #888;
}

.smallHeading {
	font-family: 'optimus';
	font-size:24px;
	color: #0f5b77;
	font-weight: bold;
	text-shadow: 2px 2px 5px #888;
}

.sideHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #287b9a;
	font-weight: bold;
	top:-3px;
	position:relative;
	padding-left: 10px;
	font-style:italic;
}

.contentParagraph{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#444;
	padding-top:15px;
/*	letter-spacing: 1px; */
}

#footer {
	text-align:center;
	position: absolute;
	top: 870px;
	left:auto;
	width: 100%;
	min-width: 1024px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#footerinfo{
	color: #F1E6C9;
}

#footerinfo a{
	color: #F1E6C9;
	font-weight:bold;
}

#footerinfo a:hover{
	color:#FC0;	
}

.facebook {
	position:absolute;
	width:1024px;
	top: 645px;
	margin:0 auto;
	left:0;right:0;
	pointer-events: none;
}

.facebook a div {
	position:relative;
	left:-120px;
	height:40px;
	width:40px; 
}

.tweeter {
	position:absolute;
	width:1024px;
	top: 700px;
	margin:0 auto;
	left:0;right:0;
	pointer-events: none;
}

.tweeter div {
	position:relative;
	left:-120px;
	height:40px;
	width:40px; 
}

.headerline {
	background:url(../images/header_line.png) center no-repeat;
	height: 5px;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;
}

.dividerline {
	padding-top: 20px;
	border-bottom:#573E2B dotted 1px;
	padding-bottom: 20px;
}

.verticaldivider {
	margin-left: 15px;
	margin-right: 15px;
	border-right:#573E2B dotted 1px;
	height:80%;
	float:left;
	width:1px;
	position:relative;
	top:30px;
}
