
/* CSS Document */
body{
/* Additional Background Properties */
background: url(bg.jpg) no-repeat left bottom fixed;
width:100%;
height:100%;

/* Vendor Prefixes used with the Cover Value*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#email {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}