@charset "utf-8";

/* Resets */
@import url("reset.css");

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#ffffff;
	text-align:center;
	min-width:840px;
	color:#2e2e2e;
}
#flashvertical{
	position:absolute;
	top:50%;
	margin-top:-232px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:840px;/* flash width*/
	/* background:url(../img/frame_info.png) no-repeat;*/
	margin-left:auto;
	margin-right:auto;
	height:465px;/* flash height*/
	background:#fff;
}
#flash {
	width:840px;
	height:465px;
	background:url(img/backanotherday.jpg);
	}
#flash p {
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align:center;
	}
#flash p a {
	color:#2e2e2e;
	}



/* ----------------------------------------------
		Default stuff
---------------------------------------------- */
.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}