


/* LOGO AND SLOGAN */

#headtitle {
	position: absolute;
	margin-left: -200.5px;
	left:50%;
	top:45%;
}

/* CREDITS */

#sign {
	position: absolute;
	color:black;
	font-size: xx-small;
	opacity: .3;
	margin:0;
	right:2%;
	font-family: Helvetica;
}

#sign a {
	color:black;
	text-decoration: none;
}

#sign a:hover {
	color:black;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
}

#sign ul li {
	text-decoration: none;
	list-style: none;
	display: inline-block;
}

#intromenu {
	position: relative;
	width:352px;
	height:100px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-family:"Helvetica Neue";
	top:20px;
	margin-left: 47px;
	
}

#intromenu a{
	text-decoration: none;
	color:black;
	padding-right: 5px;
	padding-left: 5px;
	filter:alpha(opacity=20);
				-moz-opacity: .4; 
				opacity: .4;
				-khtml-opacity: .4; 	
				-webkit-transition:All .8s ease;
				-moz-transition:All .8s ease;
				-o-transition:All .8s ease;
		
	
}

#intromenu a:hover{
	opacity:.5;
	filter:alpha(opacity=100); 
				-moz-opacity: 1; 
				opacity: 1;
				-khtml-opacity: 1; 
			
	
}

.verticallign {
	color:gray;
}


/* END CREDITS */
