@charset "UTF-8";
/* CSS Document */

body { 
  background: url(images/ComingSoon-BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#container {
	color:#FFF;
	margin-top: 20%;
	text-align: center;
	vertical-align: middle;
	height: auto;
	background-color:#FFF;
	color:#000;
	border:0px;
	width:100%;
	opacity:0.75;
	filter:alpha(opacity=75);
	padding-top:20px;
	padding-bottom:30px;
}

H1 {
	font-size:18px;
	opacity: 100%;
}


H2 {
	font-size:16px;
	font-style:italic;
	opacity: 100%;
}

a:link {
	color: #2a6171;
	text-decoration:none;
	opacity: 100%;
}
