html, body {
	margin:0;
	padding:0;
	height:100%
}

.fixed{
	position: fixed;
	top: 0;
	width: 100%;
}

.frame{
	position: relative;
	width:584px;
	height:234px;
	background-color: #FFF;
	margin:20px auto 0px auto;
}
.frame img { 
	margin:-1px;
}

/*coming soon page*/
#splash{
	width:1024px;
	height:838px;
	left:50%;
	margin-left: -512px;
	position:fixed;
}

/* home */
#header {
	position:fixed;
	width:1600px;
	height:115px;
	left:50%;
	margin-left: -800px;
	top:0;
	z-index: 999;
}
#content {
	position:absolute;
	top:115px;
	bottom:71px;
	width:100%;
	left:50%;
	margin-left: -50%;
	background:url('../img/bg.jpg');
	overflow:auto;
}
#footer {
	position:fixed;
	width:1600px;
	height:71px;
	left:50%;
	margin-left: -800px;
	bottom:0;
	top:auto;
}
#last_frame{
	margin-bottom: 20px;
}

/* wedding weekend */
#wed_weekend{
	position:absolute;
	top:115px;
	width:1600px;
	left:50%;
	margin-left: -800px;
	overflow:auto;
}


