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

html {
	background: #000 url(../images/backgrounds/glow.jpg) no-repeat scroll left 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;
}