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

#flashcontent {
	height: 100%;
	color: #d09b2c;
	text-align:center;
}

a {
	color: #a72139;
}
/* end hide */

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

#er400{
	position:absolute;
	padding-top:350px;
	top:50%;
	left:50%;
	width:500px;
	height:150px;
	margin-top:-250px;
	margin-left:-250px;
	background:#ffffff url(../i/logo.png) top left no-repeat;
	color:#d9ae53;
	text-align:center;
}

#er400 h1{
	padding:0 0 5px 0;
}
#er400 p{
	margin:0;
	padding:0;
	font-weight:bold;
}