/* Project Title/CSS Version */

/*Import Reset Stylesheet*/
@import url("reset.css");
html{
	height: 100%;
	overflow: hidden;
}

body{
	background-color:#505050; font:normal 11px Arial, Helvetica, sans-serif;
	height:100%;
}

#error{
	width:400px;
	padding:2em 1em 1em 1em;
	border:1px solid #ddd;
	margin:80px auto 0 auto;
	background-color:#fff;
	}

p{margin-bottom:1em; line-height:1.5em;}
h1{margin-top:1em; font-size:2.7em; font-weight:normal; line-height:1em;}
h2{margin-top:.5em;  margin-left:.4em; font-size:1.8em; color:#666; font-weight:normal;}
h4{margin-top:1em; margin-bottom:.2em; font-size:1.2em; font-weight:bold;}

#flash{
	background-color:#fff;
	height:100%;
	width:100%;
}

a{color:#0099ff; text-decoration:none;}
a:hover{color:#ffffff; background-color:#0099ff;}