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

#homeDiv,#logoDiv
{
	margin-top:1%;
}
#playGame
{
	margin-top:13%;
}

.noPadding
{
	padding:0 !important;
}
.borderClass
{
	border:2px solid black;
	border-radius:2vw;
}
.imgcls
{
	border-radius:2vw;
}
#subDiv,#playGame
{
	position:fixed;
	bottom:0;
}
#mainImgDiv
{
	margin-top:-5vh;
}
#clockDiv
{
	visibility:hidden;
}
#timeId,#secId
{
	font-size:4vw;
	margin-top:0.5vh;
	font-weight:bold;
}
#subimages
{
	margin-top: 1vh;
}
#gameOverText
{
	font-size:7vw;
	font-weight:bold;
}
#endPage
{
	margin-top:15vh;
}
#nextGame
{
	
}