/* ============ BASE ============ */

body { 
background: #3cc;
margin: 0 !important;
padding: 0;
color: #000; 
font: 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
text-align: center;
}

a { 
color : #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:focus { 
outline : 0; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #000;
}

.header {
	position: fixed; 
	top: 40%;
	left: 50%;
	margin-left: -240px;
	text-align:center;
	vertical-align:center;
	font-variant:small-caps;
}