html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #2d3289;
}

A:link, A:visited, A:active { text-decoration: none; font-weight: bold; color: white; }

a:hover {
	color:#2d3289;
}

#container {
	min-height: 586px;
	position: relative;
	background-color: #003399;
	max-width: 1280px;
	max-height: 586px;
}

#footer {
	position:absolute;
	bottom: 0;
   width: 100%;
   height: 30px;   /* Height of the footer */
   background-color: #000000;
}

#body {
	padding-bottom: 30px;   /* Height of the footer */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	max-width: 1280px;
	}

#mybackground {
	background: url(../images/image001.jpg) no-repeat fixed;
	height: 100%;
	z-index: -1;
}

#header {
	background-color: transparent;
	max-width: 1280px;
	}

#nav {
	width: 100%;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	height 25px;
}

#comingsoon {
	background-color: transparent;
	position: absolute;
	float: right;
	top: 500px;
	max-width: 950px;
	width: 100%;
}

.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
	vertical-align: middle;
	}