@charset "UTF-8";
/*
body {
    background: #036 url(/images/tree_background.gif) no-repeat center 180px;
}
*/
#emergency {
	width: 100%;
	height: 60px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	text-align: center;
}

#emergency a {
	color: #FFF;
}

#emergency a:visited {
	color: #FFF;
}

#emergency a:hover {
	color: #FFF;
}

