/* CSS Document */

/* TEST */

body {
	background-color:#eeeff1;
	background-repeat: repeat-x;
	text-align: center;	/* for centering page */
	margin: 0 auto;  /*for centering page */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#outline {
	text-align:center;
	width: 450px;
	margin-top: 175px;
	}

#box {
   width: 450px;
   height: 225px;
   
   text-align:center;
   border: none;
   background-image: url(images/comingSoon.jpg);
   }
   
 #coming {
 	margin-top: 10px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	}

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #660000;
	}
	
 a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #660000;
	}
	
  a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	}
	
 a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #660000;
	}
	
.underline {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f9aa5;
	clear: both;
}

