@import './screen_layout.css';
@import './screen_text.css';
@import './screen_decoration.css';

/* Misc ......................................................................*/

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden; 
}

.hide {
	display: none; 
}


#logo {
	display: block; 
	width: 208px;
	height: 60px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../graphics/logo.gif);
}
