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


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

a { color:#5e6e11; font-weight:bold; }

#Debug { position:absolute;top:0;left:0; }

body {
	background:url(images/bg.jpg) no-repeat 50% #b2cb48;
}

#Flash_Message {
	width:510px;
	height:37px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-29px;
	margin-left:-255px;
	background:url(images/flash_message_bg.gif) no-repeat;
	color:#5e6e11;
	font-size:13px;
	text-align:center;
	padding-top:20px;
}

#Footer_Description {
	text-align:center;
	color:#5e6e11;
	font-size:13px;
}

#Share_Images {
	width:450px;
	text-align:center;
	position:absolute;
	top:60%;
	left:50%;
	margin-left:-225px;
}