body{
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hidden{display:none;}

#launcher{
	background-color: #7f7f7f;
	width: 500px;
	height: 500px;
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#menu_bar, #settings_menu_bar{
	text-align: center;
	vertical-align: center;
	position: relative;
	top: 10px;
	font-family: sans-serif;
}

#launcher_content{
	width: 480px;
	height: 450px;
	margin-top: 20px;
	margin-left: 10px;
	background-color: white;
	background-image: url('../img/launcher_bg.png');
}

#top_btn{
	width: 80px;
	padding-top: 50px;
	margin-left: auto;
    margin-right: auto;position: relative;
}

#bottom_btn{
	width: 80px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 280px;
	position: relative;
}

#top_btn button, #bottom_btn button{
	width: 80px;
}

#esc button{width: 50px;}

#esc{
	margin-left: 5px;
	display: block;
	margin-top: -10px;
}

#settings{
	margin-left: 100px;
	margin-top: 100px;
	background-color: #7f7f7f;
	width: 300px;
	height: 300px;
	
	
	margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#settings_content{
	background-color: #f0f0f0;
	width: 280px;
	height: 230px;
	margin-top: 20px;
	margin-left: 10px;
	padding-top: 20px;
}

#fullscreen_l{margin-left: 110px;}
#fullscreen{margin-left: 75px;}
#windowed_res_c{margin-left: 25px;}
#windowed_res_l{margin-left: 70px;}
.res{width: 90px;}
#y_res{margin-left: 80px;}
#fov_l{margin-left: 100px;}
#fov{margin-left: 75px;}
label, span{font-family: sans-serif;}

#game{
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
	background-color: black;

	
}

::-webkit-scrollbar {display: none; }

.girlondutycursor{cursor:url(../img/girlonduty.cur),auto;}
.gabencursor{cursor:url(../img/gaben.cur),auto;}
.shrekcursor{cursor:url(../img/shrek.cur),auto;}
.tbcursor{cursor:url(../img/tb.cur),auto;}
.linuscursor{cursor:url(../img/linus.cur),auto;}