@charset "utf-8";
/* CSS Document */
html,body {
  font-family: 'Palatino Linotype',times,lucida,palatino;
  font-style: normal;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  height:100%;
  width:100%;
  overflow:auto;
  background-image:url('graphics/red_background.png');  
  background-color:#000000;
  color:#FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center bottom; 
}

body {
  font-family: 'Palatino Linotype',times,lucida,palatino;
  font-style: normal;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  height:100%;
  width:100%;
  overflow:auto;
  background-image:url('graphics/red_background.png');
  background-color:#000000;
  color:#FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center bottom; 
}

body.gameBody {
  background-image:url('graphics/suits_background.jpg');
}

div.signInDiv {
  position:absolute;
  right:40px;
  top:30px;
}
div.copyrightDiv {
  position:absolute;
  right:10px;
  bottom:5px;
}
span.copyrightSpan {
  color:#FFFFFF;
  font-family:'Palatino Linotype',times,lucida,palatino;
  font-size: 10px; 
}
div.errorDiv {
  position:absolute;
  left:20px;
  top:20px;
  width:550px;
  background-color:#FFFFFF;
  color:#000000;
  font-family:'Palatino Linotype',times,lucida,palatino;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}
span.errorSpan {
  color:#000000;
  font-family:'Palatino Linotype',times,lucida,palatino;
}
img.logo {
  position:absolute;
  top:30px;
  left:30px;
}
input { 
	font-size: 14px; 
	padding: 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
