@import url('reset.css');
@import url('960.css');
@import url('screen.css');
@import url('forms.css');

#server_msg {
	color: white;
	font-size: 13px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	font-family: Helvetica, sans-serif;
	width: 100%;
/*	position: absolute;*/
	top: 0;
	left: 0;
	line-height: 1em;
}
#server_msg a {
	color: white;
}
.staging {
	background: blue;
}
.development {
	background: green;
}
.production {
	background: red;
}