/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	font-size:62.5%;
}
#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

}
/* end hide */
* {
	margin:0;
	padding:0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#000;
	font: 12px/180% 'Helvetica Neue','HelveticaNeue', Arial, sans-serif;
}
#error {
	width:600px;
	margin:100px auto 0;
}
h1{
	margin-bottom:10px;
	font-size:2em;
}
h2{
	margin-bottom:10px;
	font-size:1.5em;
	color:#666;
}
hr{
	height:2px;
	background-color:#999;
	color:#999;
	border:0;
	margin-bottom:10px;
}
p{
	padding-bottom:10px;
	font-size:12px;
}
a{
	color:#666;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:2px solid #999;
}
a:hover {
	border-bottom:none;
	color:#333;
}