body {
	background-color: #000;
	font-family: futura;
}

#gameContent {
	width: 960px;
	height: 600px;
}
@font-face {
  font-family: yikes;
  src: url(../assets/fonts/YIKES.TTF);
}	
@font-face {
  font-family: showcard;
  src: url(../assets/fonts/Showcard_Gothic.ttf);
}
@font-face {
  font-family: caflischscriptwebpro;
  src: url(../assets/fonts/caflischscriptwebpro.ttf);
}

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

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

#otherBrowsers {
	width: 300px;
	color: #fff;
	font: 12px Arial Helvetica,sans-serif;
	text-align: center;
	margin:0px auto;
	line-height: 18px;
	margin-top: 20px;
}

@font-face {
  font-family: berlin;
  src: url(../assets/fonts/brlnsr.ttf);
}

a {
	color: #000;
	font-weight: bold;
}

.starter {
	border: 10px solid #A6CE39;
	background-color: 	 #A6CE39;
	border-radius: 15px;
	margin: 10px;
}

.junior {
	border: 10px solid #FDB813;
	background-color: 	 #FDB813;
	border-radius: 15px;
	margin: 10px;
}

.expert {
	border: 10px solid #ED1C24;
	background-color: 	 #ED1C24;
	border-radius: 15px;
	margin: 10px;
}

.master {
	border: 10px solid #004278;
	background-color: 	 #004278;
	border-radius: 15px;
	margin: 10px;
}

.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(26,140,201,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(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; 
}

.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(26,140,201,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; 
}