
body {	
	background-color: #0a0a54;
	padding:0;
	margin:0;
	font-family: Trebuchet MS,sans-serif;
	font-size:62.5%;
	text-align:center;
}

	
#wrapper {
	width:1200px;
	height: 1000px;
	margin:20px auto 0 auto;
	position:relative;
	background-image: url("images/Pots-by-Paula.jpg");
}
#email {
	width: 300px;
	height: 50px;
	right: 155px;
	bottom: 62px;
	position:absolute;
}

#email p a {
	text-align:left;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: bold;
	font-variant: normal;
	font-weight: 800;
	line-height: 26px;
	color: black;
	text-decoration: none;
}
#email p a:hover {
	color: #ea457f;
}