.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	
.optionDivs
{
	border-radius:5vh;
    height: 28vh;
    margin-top: 5vh;
    background-color: #aaad79;
}
.options
{
	margin-top:5vh;
	text-align: center;
    color: white;
    font-size: 4vw;
    line-height:1;
}
#gameOver
{
	border-radius:5vh;
	background-color:#aaad79;
	text-align:center;
	color:white;
	font-size:6vw;
	height:40vh;
	margin-top:10vh;
}
#lastPara
{
	color: white;
    font-size: 8vw;
    margin-top: 6vh;
	
}
.levels
{
	margin-top:10vh;
}
#message
{
	text-align:center;
	color:white;
	font-size:2vw;
	margin-top: 4vh;
}

