html {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	text-align: center;
	color: #FFF;
	background: url(bgmob.jpg) no-repeat center center fixed;
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    /*text-rendering: optimizeLegibility;*/
}

body {
	margin: 0;
	padding: 0;
}
	

h1 {
	margin: 20px;
	font-size: 21px;
}

h2 {
	margin: 10px;
	font-size: 18px;
}
h3 {
	margin: 10px;
	font-size: 30px;
}
p {
	margin: 30px 0px;
	font-size: 21px;
}

#ALUS {
	margin: 0 auto;
	width: 100%;
    height: 100%;
	background-color: #000;
	margin: 0px;
	opacity: 0.8;
	left: 0px;
	bottom: 0px;
	top: 0px;
	right: 0px;
    overflow: auto;
}

#LT {
	background-color: #000;
	padding: 20px 0px 20px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1;
    text-align: center;
	
}
#LOGO{
	background: url(mobilelogo.png) no-repeat center center;
	height: 41px;
    width: 305px;
	margin: 0px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#SISU {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#TEKST {
	margin: 200px 50px 0px 50px;
    text-align: center;
}

#KONTAKT {
	margin: 0 auto;
	width: 100%;
	padding: 20px;
	background-color: #000;
	margin-top: 0px;
}

#MSK {
	display: none;
}

#MSR {
	display: none;
}

#MOBRIB {
    display: block;
    background-color: #000;
    bottom: 0px;
    position: absolute;
    width: 100%;
}