body,html { height:100%;margin:0 }

body 
{
	background-color:#FFF;
	background-image: url(pro.jpg);
 	background-repeat: no-repeat;
 	background-position: center center;
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	
}

#email
{
	margin: 200px 50% 231px -50%;
	width:100%;
	position: absolute;
	top:50%;
	left:50%;
	 text-align: center;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	
}

#email a
{
	 color : #000;
	 text-decoration: none;
}

#email a:hover
{
	 color : #A8000D;
	 text-decoration:  underline;
}
