html, body{
	margin:0;
	padding:0;
	background-color:#fff;
	height:100%;
}

#flashElement{
	padding:140px 0 30px 0;
	margin:0 auto;
	width:900px;

}

#navigation{
	font-size:18px;
	color:#7b7a78;
	text-align:center;
	font-family:arial;
	
}

#navigation a{
	font-size:14px;
	color:#EA4F00;
	text-decoration:none;
}

#navigation h1{
	display:inline;
	font-size:16px;
}

