/* lay-out */
.accessibility {
	display						: none;
	visibility					: hidden;
}

html {
	overflow					: scroll;
	overflow-x					: hidden;
}

body {
	margin						: 0;
	padding						: 0;
	background-color			: #990000;
	font-family					: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size 					: .8em;
	line-height					: 1.3em;
	text-align					: center;
	background-image			: url('/images/body_my_love_message_bg.jpg');
	background-attachment		: scroll;
	background-repeat			: repeat;
	background-position			: center top;
}

#site {
	margin						: 0;
	padding						: 0;
	text-align					: center;
	color 						: #330000;
}

#centerbox,
#homecenterbox {
	position					: relative;
	width						: 960px;
	margin						: 140px auto 30px auto;
	text-align					: center;
	clear						: both;
}	

#homecenterbox {
	background-image			: url('/images/center_heart_bg.png');
	background-attachment		: scroll;
	background-repeat			: no-repeat;
	background-position			: center top;	
}	

#homecenterbox:after,
#centerbox:after {
	content						: "."; 
	display						: block; 
	height						: 0; 
	clear						: both;
	visibility					: hidden;
}

#homebox {
	position					: absolute;
	top							: 140px;
	left						: 160px;
	margin-bottom				: 140px;
	/*filter					: alpha(opacity=80);
	-moz-opacity				: 0.8;
	khtml-opacity				: 0.8;
	opacity						: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	text-align					: center;
	clear						: both;
}

#introbox {
	position					: relative;
	width						: 960px;
	clear						: both;
}

#mainbox {
	position					: relative;
	width						: 960px;
	clear						: both;
}

#contentbox {
	position					: relative;
	width						: 960px;
	color						: #fff;
	clear						: both;
}

.bannerbox {
	width						: 730px;
	margin						: 10px auto 10px auto;
	padding						: 0;
	text-align					: center;
}

#headerbox {
	position					: absolute;
	top							: 0px;
	width						: 100%;
	height						: 120px;
	margin						: 0;
	padding						: 0;
	background-image			: url('/images/header_love_bg.jpg');
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;	
	text-align					: center;
}

#footerbox {
	position					: relative;
	width						: 100%;
	padding						: 0;
	background-color			: #560000;
	background-image			: url('/images/footer_love_bg.gif');
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;	
	clear						: both;
	text-align					: center;
}
