.se-pre-con
 {	
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	
}
#homeDiv,#logoDiv
{
	margin-top:1%;
}
#playGame
{
	position:fixed;
	bottom:0;
}
.noPaddingcls
{
	padding:0px !important
}

.marginTop
{
	margin-top:1%;
}
#instuctionDiv
{
	text-align:center;
	font-size:3vw;
}
.dropBox
{
	border:1px solid black;
	height:30vh;
	background-color:white;
}
#dragBox
{
	margin-top:3vh;
	border:1px solid black;
	background-color:wheat;
}
#para1,#para2,#para3
{
	text-align:center;
	font-size:2vw;
}
#gameOverDiv
{
	text-align: center;
    font-size: 9vw;
    margin-top: 23vh;
    font-weight: bold;
}