.noselect{-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
body {background: url(/bg1.jpg) no-repeat center center fixed; -webkit-background-size: cover;/* -moz-background-size: cover;*/ -o-background-size: cover; background-size: cover;
    height: 100%; background-color: black; color: white;}

#ark1 {position:absolute; left: 350px; top: 100px;}
#langombok{display: none;}

.gomb1 {color: #000; background-color: #d72; width: 294px; font-size: 20px; text-align: center; margin: 3px 3px 3px 3px; border-radius: 5px;  border-width: 2px;   padding: 1px; ;  
		border-left-color: #dee; border-top-color: #dee; border-bottom-color: #655; border-right-color: #655;  border-style: solid; display: inline-block; text-decoration: none; cursor: pointer;
		font-family: Tahoma; box-sizing: border-box;}
.gomb1:hover  {background-color: #fff;}		
.gomb1:active {background-color: #9f8;border-left-color: #677; border-top-color: #677; border-bottom-color: #dee; border-right-color: #dee;}
