@import url(../reset.css);
@import url(structure.css);
@import url(typography.css);

html {
	background: #4d4d4d url(/resources/images/backgrounds/backend/main_bg.jpg) no-repeat scroll right top;
	font-family: "Lucida Sans", "Lucida Grande", Calibri, "Trebuchet MS";
	font-size: 11px;
	color: #555;
	height: 100%;
}
body {
	height: 100%;
}
a {
	text-decoration: none;
	color: #555;
	outline: none;
}
a:hover {
	color: #969696;
}