
body {
    margin: 10px 20px 50px 10px; 
    padding:0px;
    text-align:center;
    }
    
  
 
body
{ 
background-image:url('../img/EnPriseBackground.jpg');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


    
a img {
	border: none;
}


#GamePageContainer{
	max-width: 400px; text-align: center; margin: 0px auto; 
}

  
#GameSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  -moz-column-count: 1;   
  -moz-column-gap: 10px; 
  column-count: 1;        
  column-gap: 10px; 
  }
  
#GameSection img {
  max-width: 500px;
  margin: 5px 5px 5px 5px;
}

#HeaderSection img {
  max-width: 180px;
  max-height: 70px;
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
}


@media all and (max-width: 900px) and (min-width: 600px) {

#GamePageContainer{
	max-width: 500px; text-align: center; margin: 0px auto; 
}


#GameSection img {
  max-width: 400px
}

#GameSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  -moz-column-count: 1;   
  -moz-column-gap: 10px; 
  column-count: 1;        
  column-gap: 10px; 
  }
  
  #GameSection p  {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2; 
  -moz-column-gap: 10px; 
  column-count: 2; 
  column-gap: 10px; 
  }
  
#HeaderSection table {
  max-width: 500px;
  
}
}

@media all and (min-width: 900px) {

#GamePageContainer{
	max-width: 750px; text-align: center; margin: 0px auto; 
}

#GameSection img {
  max-width: 340px
}

#GameSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  -moz-column-count: 1;   
  -moz-column-gap: 10px; 
  column-count: 1;        
  column-gap: 10px; 
  }


#GameSection p  {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;   
  -moz-column-gap: 10px; 
  column-count: 2;        
  column-gap: 10px; 
  }
  
#HeaderSection table {
  max-width: 800px;
  
}

}


@media all and (min-width: 1300px) {

#GamePageContainer{
	max-width: 750px; text-align: center; margin: 0px auto; 
}

#GameSection img {
  max-width: 340px
}

#GameSection p:first-of-type  {
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  -moz-column-count: 1;   
  -moz-column-gap: 10px; 
  column-count: 1;        
  column-gap: 10px; 
  }


#GameSection p  {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;   
  -moz-column-gap: 10px; 
  column-count: 2;        
  column-gap: 10px; 
  }
  
#HeaderSection table {
  max-width: 800px;
  
}

}



