#gameContent {
	/*width: 480px;
	height: 300px;*/
	width: 960px;
	height: 600px;
	/*width: 640px;
	height: 400px;*/
	background-color:#fff;
	border:#688722 1px solid;
	
}
@font-face {
  font-family: futuraBold;
  src: url(../assets/fonts/FuturaStd-Bold.otf);
}

@font-face {
  font-family: futura;
  src: url(../assets/fonts/FuturaStd-Book.otf);
}

body{
	background-color:#000;	
}

.homeButton {
	border: 4px solid white;
    padding-left: 55px;  
    padding-right: 20px; 
    padding-top: 8px;
    padding-bottom: 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: futuraBold;
    color: #fff;
    background-color: rgba(63,191,234,0.7);
    font-size: 32px;
    border-radius: 35px;
   
    box-shadow: inset 1px 2px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -35px;
    word-wrap:normal; 
    line-height: normal;
    white-space:nowrap; 
}

.pauseButton {
	border: 4px solid white;
    padding-left: 65px;  
    padding-right: 20px; 
    padding-top: 10px;
    padding-bottom: 8px;
    zoom: 1;
    width: 210px;
    font-family: futuraBold;
    color: #fff;
    font-size: 24px;
    border-radius: 35px;
    background-color: rgba(63,191,234,0.7);
    box-shadow: inset 1px 2px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -30px;
    word-wrap:normal; 
    line-height: normal;
    white-space:nowrap; 
}

.smallButton {
	border: 2px solid white;
    padding-left: 20px;  
    padding-right: 20px; 
    padding-top: 7px;
    padding-bottom: 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: futuraBold;
    color: #fff;
    font-size: 22px;
    border-radius: 25px;
    background-color: rgba(63,191,234,0.7);
    box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -19px;
    word-wrap:normal; 
    line-height: normal;
    white-space:nowrap; 
}
.scoreButton {
	border: 4px solid white;
	text-align: center;
	padding-right: 20px; 
    padding-top: 7px;
    padding-bottom:3px;
    zoom: 1;
    font-family: futuraBold;
    color: #fff;
    background-color: rgba(26,140,201,0.7);
    font-size: 32px;
    border-radius: 35px;
   	width:200px;
    box-shadow: inset 1px 2px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -35px;
    word-wrap:normal; 
    line-height: normal;
    white-space:nowrap; 
}
.languageButton {
	border: 4px solid white;
    padding-left: 60px;  
    padding-right: 30px; 
    padding-top: 10px;
    padding-bottom: 5px;
    zoom: 1;
    width: 120px;
    font-family: futuraBold;
    color: #fff;
    font-size: 25px;
    border-radius: 35px;
    background-color: rgba(26,140,201,0.7);
    box-shadow: inset 1px 2px 3px 2px rgba(0,0,0,0.3), 4px 4px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: relative;
    top: -30px;
    word-wrap:normal; 
    line-height: normal;
    white-space:nowrap; 
}