body { 
	margin: 0;
	padding: 0;
	color: #FFF;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(bg-sparklers.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	z-index: -2;
}

#main {
	padding-bottom: 12vh;
	color: #FFF;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	font-family: 'Dancing Script', cursive;
	font-size: 4vw;
}

#home #names,
#home #date {
	position: absolute;
	bottom: 100px;
}

#home #names {
	left: 100px;
}

#home #date {
	right: 100px;
}
