/* CSS Document */

A:link {color: #FF6600; font-family: Tahoma, Verdana, Arial, san-serif; font-size: 10pt; z-index: 1; text-decoration:none; border:none;}

A:visited {color: #FF6600; font-family: Tahoma, Verdana, Arial, san-serif; font-size: 10pt; z-index: 1; text-decoration:line-through; border:none;}
		   
A:hover {color: #FF6600; font-family: Tahoma, Verdana, Arial, san-serif; font-size: 10pt; z-index: 1; text-decoration:underline; border:none;}

IMG {border:none;}

Body {background-color:#FFFFFF;}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding-top: 75px;
	padding-left: 50px;
	padding-right: 50px;
}
	

/* The invisible line 'middle' is positioned absolutely 50% from the top of the page, is 100% wide and has a nominal height of 1px. Its overflow is set to 'visible'. */
#middle       
	{
	color: #000000;
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}

/* The 'content' box is nested inside the 'middle' box and is XXpx wide, XXpx high and is positioned absolutely 50% from the left - but has a negative margin that is exactly half of its width. To get it to centre vertically, it has a negative top position that is exactly half of its height, -XXpx. */
#content    
	{
	margin-left: -250px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	visibility: visible;
	}

.comingsoon {
	position: absolute;
	top: 0px;
	visibility: visible;
	z-index: 1;
	height: 140px;
	width: 116px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

.comingsoontext {
	position:absolute;
	visibility: visible;
	z-index: 0;
	top: 200px;
	height: 10px;
	width: 400px;
	background-color:#FFFFFF;
}