@charset "UTF-8";
@import "reset.css";

@import "screen.css" screen, projection, tv;

@media screen, projection, tv {
	@import "screen.css";
	@import "screen.ie.css";
}

/*
 
 Include any @font-face rules below and drop them in the css folder.
 
 */
/*
 
@font-face {
	font-family: "Font Name";
	src: url("filename.ttf") format("truetype");
}
@font-face {
	font-family: "Font Name IE";
	font-style: normal;
	font-weight: normal;
	src: url("filename.eot");
}
 
 */