/*
----------------------------------------------------------------------------------------------
MASTER STYLE SHEET
Stylesheet: screen.css
Author:   Michel Ferreira
---------------------------------------------------------------------------------------------- */

/* Imported Styles 
---------------------------------------------------------------------------------------------- */
@import /**/"/stylesheets/myreset.css";
@import /**/"/stylesheets/layout.css";
@import /**/"/stylesheets/typography.css";

body {
	min-height: 100%;
	height: 100%;
}
html {
	min-height: 100%;
	height: 100%;
}

#preload {
	display: none;
}


