/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#alternateMessage {
	position:absolute;
	top:0px;
	left:0px;
	border-bottom: 1px solid #C6D9F1;
	background-color: #EdF6FE;
	width: 100%;
}
			
#alternateMessage p.text {
	padding: 0 10px;
	float:left;
	width:60%;
	height:100%;
}
			
#alternateMessage p.right {
	width: 150px;
	text-align:right;
	padding: 0 10px;
	float:right;
}

