html,
body {
	height: 100%;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
	overflow:hidden;
}
.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 ;
}

.bottomClass
{
	position:fixed;
	bottom:0;
}
.gameInfo{
		background-color: brown;
		color:white;
		padding:15px;
		font-size:1.8vw;
		border: 1px solid black;
    	box-shadow: 1px 2px #938383;
}
.text{
		background-color: brown;
		color:white;
		padding:10px;
		font-size:1.4vw;
		border: 1px solid black;
}
.images{
	padding: 15px;
}