*{ margin:0; padding:0}

body{
	overflow: hidden;
	background-image: url('path_flip.jpg');
	background-size: 100%; 	
}

a:link  {
	color:#EEEEEE;
	text-decoration: none;
	cursor: default;
}
a:visited {
	color:black;
	text-decoration: none;
}
a:hover {
	color:#F1EEDD;
}
a:active {
	color:#F1EEDD;
}

#email{
	width:240px;
	height:20px;
	line-height:20px;

	position:fixed;
	top:50%;
	left:50%;
	margin-top: -10px;
	margin-left: -120px;
	
	text-align:center;
	
	font-family: 'source_sans_pro_lightregular';
	font-size:16px;
	
	z-index: 1000;
	
}


@font-face {
    font-family: 'source_sans_pro_lightregular';
    src: url('font/sourcesanspro-light-webfont.eot');
    src: url('font/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-light-webfont.woff') format('woff'),
         url('font/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-light-webfont.svg#source_sans_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




