/* CSS Document */

body  {
	font-family: Corbel, Tahoma, Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ff3811;
}

div#outerDiv {
	position: relative;
	width: 800px;
	height: 1000px;
	margin: 0 auto;
	background-color: #ff3811;
}

#outerDiv a {  
	display: block;  
	width: 100%;  
	height: 100%;  
	text-decoration: none;  
}  

div#taglineCenter {
	position: absolute;
	top: 68px;
	width: 800px;
	height: 20px; 
	padding: 0;
	margin: 0;
	text-align: center;     	
}

div#titleCenter {
	position: absolute;
	top: 220px;
	width: 800px;
	height: 100px; 
	padding: 0;
	text-align: center;     	
}

div#connectCenter {
	position: absolute;
	top: 450px;
	width: 800px;
	height: 20px; 
	padding: 0;
	font-family: Corbel, Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	color: #E8E2DC;	
	text-align: center;     	
}

a {
	color: #E8E2DC;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
}

a:active {
	color: #ffffff;
	font-weight: normal;
}

div#iconCenter {
	position: absolute;
	top: 500px;
	width: 800px;
	height: 20px; 
	padding: 0;
	text-align: center;     	
}