/** standard css content **/

* {
	margin: 0; 
	padding: 0; 
	border: none; 
	outline:none;
}

body {		
	background-color: #000;
}

#image {
	position: absolute; 
	z-index: 0;
}

#email {
	position: absolute; 
	top: 20px;
	right: 50px;
	z-index: 1;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

#email a:hover {
	color: #fff;
}