html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	display: none;
}

a img {
	border: none;
}

div {
	
}



div#min-height {
	position: relative;
	min-height: 700px;
	height: 100%;
	width: 100%;
}

div#background {
	position: absolute;
	left: 50%;
	margin-left: -292px;
	height: 100%;
	width: 584px;
}

div#invitation {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -250px;
	height: 736px;
	width: 500px;
}

div#menu {
	position: relative;
	top: -20px;
	left: 50%;
	margin-left: -292px;
	padding: 0;
	width: 584px;
	text-align: center;
}
	div#menu ul {
		display: inline;
		margin: 0 0 0 15px;
		padding: 0;
		list-style-type: none;
	}
		div#menu ul li {
			display: inline;
			margin-right: 15px;
		}

div#logo {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -292px;
	width: 584px;
}
