@import url(menu.css);

@font-face
{
font-family: asap;
src: url('../fonts/asap/Asap-Regular.ttf'),
     url('../fonts/asap/Asap-Regular.eot'); /* IE9 */
}

body {
    background-color: #fff;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: asap;
    font-size: small;
    font-stretch: extra-condensed;
    padding: 5px 10px 5px 10px;
}

.height_600 {
	height: 600px;
}

.height_700 {
	height: 700px;
}

.height_800 {
	height: 800px;
}

.height_1825 {
	height: 1825px;
}

.height_2300 {
	height: 2300px;
}

.height_2400 {
	height: 2400px;
}

.height_4568 {
	height: 4568px;
}

.height_5000 {
	height: 5000px;
}

.text-justify {
	text-align:justify;
	text-justify:inter-word;
}

.nodisplay {
	display: none;
}

#wrap { position:fixed; left:70px; width:calc(100% - 100px); top:132px; height:calc(100% - 132px); }  
#iframe { display: block; width:100%; height:100%; }