@import url(reset.css);
@import url(structure.css);
@import url(typography.css);
@import url(sifr.css);

html {	
	background: #000 url(/resources/images/backgrounds/wood_planks2.jpg) repeat-x fixed;
	font-family: "Lucida Sans", "Lucida Grande", Calibri, "Trebuchet MS";
	font-size: 12px;	
	color: #989898;
}	

.divider {
	width: 100%;
	height: 1px;
	background: #fff;
	filter:alpha(opacity=25);
	opacity:0.25;
}

hr {
	display: none;
	visibility: hidden;
}	

a {
	outline: none;
}