@charset "utf-8";
/* CSS Document */

body,html{
	background-color:#000000;
	padding:0px;
	margin:0px;
}

#container{
	margin:auto;
	margin-top:0px;
	padding:0px;
	position:relative;
	width:900px;
}

#backgroundimage{
	position:absolute;
	z-index:2; 
}

#rsvpform{
	height:325px;
	left:200px;
	position:absolute;
	top:610px;
	width:350px;
	z-index:3; 
}
