html, body {
	height: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#bg_left {
	position:absolute;
	left: 0%;
	top: 0;
	height: 100%;
	min-height: 100%;
	width: 50%;
	margin: 0px auto;	
	background-color: #aebbb4;
	background-image: url(/img/bg_wedding.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	z-index:1;

}

#bg_right {
	position:absolute;
	left: 50%;
	top: 0;
	height: 100%;
	min-height: 100%;
	width: 50%;
	margin: 0px auto;
	clear: right;
	background-color: #000;
	background-image: url(/img/bg_concert.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	z-index:1;
}

#bg_left img {
	margin: 90px 35px 5px 0px;
	border: #fff 1px solid;
}

#bg_right img {
	margin: 90px 0px 5px 40px;
	border: #fff 1px solid; 
}

#logo_bar {
	position:absolute;
	top: 20px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 0px;
	width: 70%;
	height: 47px;
	z-index: 2;
	background-color: #666;
	text-align: right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 30px;
	letter-spacing: 5px;
	margin: 0px 150px 0px 190px;
	padding: 0px;	
}	

a, a:hover {
	text-decoration:none;
	font-weight: lighter;
}

#bg_left a, #bg_left a:hover {
	color: #336666;
	text-decoration:none;
}

#bg_right a, #bg_right a:hover {
	color: #fff;
	text-decoration:none;
}