/* CSS Document */

*{margin:0; padding:0; line-height:normal; border:0; outline:none;}
html {height: 100%;}
body {background-color:#fff; height: 100%; font:normal 12px Arial, Helvetica, sans-serif;}

/* Positioning */
#mainSWF_fo {
	background-color:#fff;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}

#error{
	width:400px;
	padding:2em 1em 1em 1em;
	border:1px solid #ddd;
	margin:80px auto 0 auto;
	}

p{margin-bottom:1em;}
h4{margin-top:1em; font-size:1.5em;}
