body
{
    text-align: center;
    color: black;
    padding:0px;
    font-family: calibri;
}

#gamediv   /* contains everything */
{
    position:absolute;
    top:0px; 
    left:75px;
	width:1100px;
	height:540px;
    padding:0px;
   /* margin:auto; */
   /* border: 2px solid #4F9DE1;
    border-color: black; */

 }


/* Heading */

#headingdiv
{
    position:absolute;
    top:80px; 
	width:70%;
	height:120px;
    margin-left:15%;
    text-align: center;
    color: black;
    border-radius: 10px;
    border: 2px solid #4F9DE1;
    border-color: black;
    background-color: black;
   /* margin-left: 33.3%; */
  /*  margin-right: 33.3%; */
}

#headingimage1div
{
    position:absolute;
	left:10px ; 
	top:15px; 
	height:90px;
}


#headingimage2div
{
    position:absolute;
	left:635px ; 
	top:15px; 
	height:90px;
}



img.headingimage
{
    border-radius: 7px;
    border: 2px solid #4F9DE1;
    border-color: black;
    height: 100%;
}


H1
{
    font-size: 100px;
    text-align: center;
    color: gold;
    margin-top: 0px;
   /* margin-left: 33.3%; */
  /*  margin-right: 33.3%; */
}


/* Form */

#formdiv
{
    position:absolute;
	top:270px; 
	width:40%;
	height:180px;
    margin-left:30%;
    border: 2px solid;
    border-color: grey;
    border-radius: 10px;   
}

#form
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: black;
    margin-right: 10%;
    margin-top:5%;
    margin-left:5%;


}

#submitbutton
{
    font-size: 40px;
    color: gold;
    background-color: black;
    border: 2px solid black;
    margin-top: 5px;
    width:220px;
    height:60px;
    border-radius: 5px;
    
}


#playername
{
    text-align: center;
    border: 2px solid black;
    border-radius: 4px;
    height: 30px;
    margin-left:10px;
}

