/*=================================================================
	General
==================================================================*//*
* px:
*       - base font size, not influenced, relative to screen resolution.
*       - Use in html to avoid browser setting
* rem:
*       - based on html font size, influenced by browser font size setting.
*       - Use in modules that doesn't change with the text size
* em:
*       - based on parent's font size.
*       - Use in elements that change with font size (h1, h2, .... pre, )
*/
html{
    /*min-height: 100%;*/
}
body {
    /*min-height: 110%;*/
    /*font-family: "OCR A Std";*/
}

/*.hidden{ display: none; }*/
/*.clear{ clear:both; }*/

@media (min-width: 1371px) {

}
@media (min-width: 1235px) and (max-width: 1370px) {

}
@media (min-width: 780px) and (max-width: 1234px) {

}