@charset "UTF-8";
body {
	margin:0;
	background-color: #6C7379;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
	
#vertical        
	{
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#midSection
	{
	width: 960px;
	left: -480px;
	visibility: visible;
	position: absolute;
	}
	
#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: 0px;
	position: absolute;
	left: 0%;
	width: 100%;
	height: 590px;
	visibility: visible;
	background-image: url(../images/gradientBG3.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
#skipIntro
{
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 90px;
	position: absolute;
	left: 200px;
	top: 85px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #8AB4B2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	z-index: 5;
}

#skipIntro a:link
{
	color: #496369;
	text-decoration: none;
}

#skipIntro a:hover
{
	color: #496369;
	text-decoration: underline;
}

#skipIntro a:visited
{
	color: #496369;
	text-decoration: none;
}
