/* CSS Document */
/*@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xEJPC2cKjh6GZZV1qHWxw94.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xIZrBv46fa2rZGrBtrri2IM.woff2) format('woff2');
}*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
html, body, .h100 {height:100%}
body {
	font-family:"Open Sans Condensed";
	background-color:#000;
	color:#FFF;
	
}
td {
	font-family:"Open Sans Condensed" !important;
	font-weight:700;
	color:#000000;
	
}
/*body {
    background: url('http://placekitten.com/900/900');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
.bodytable {
  content: "";
  background: url('../img/menu_bg.gif')  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;

}
.vcenter {
    display: table-cell;
	vertical-align: middle;
}
.btn-thegame {
	height:85px;
	width:65%;
	font-size:24px;
	font-style:italic;
	border-radius:10px;
	border-color:#FFF;
	margin-bottom:10px;
	font-weight:bold
}
#target {
	font-size:56px;
	font-style:italic;
	font-weight:bold
}