html, body 
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

#content_container
{
	background-color: rgba(0, 0, 0, 0.9);
	position: relative;
	width: 95%;
	height: 95%;
	margin: 1em auto 0 auto;
	border-radius: 10px;
	overflow: hidden;
}

#bot_container
{
	width: 100%;
	height: 106px;
}

#player_container
{
	width: 100%;
	height: 400px;
}

#attackinfo_container
{
	width: 100%;
	height: 50px;
}

#attackInfo
{
	width: 100%;
	height: 100%;
}

#header
{
	width: 100%;
	height: 60px;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0.5em;
}

.helpButtons
{
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 1em;
}

.topbutton
{
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border-radius: 50%;
	border: 2px solid #999999;
	color: #999999;
	text-align: center;
	float: right;
}

.topbutton:hover
{
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.greybutton
{
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	background-color: rgba(100, 100, 100, 0.5);
	color: #999999;
	padding: 5px;
}

.greybutton:hover
{
	background-color: rgba(100, 100, 100, 1);
	color: #FFFFFF;
}

.greybuttonDisabled
{
	cursor: inherit;
	display: inline-block;
	border-radius: 5px;
	background-color: rgba(100, 100, 100, 0.5);
	color: #999999;
	padding: 5px;
}

.deck_wrapper
{
	width: 100%;
	background-color: rgba(0, 0 , 0, 0.5);
	padding-top: 1em;
}

.hand
{
	width: 730px;
	height: 100px;
	margin: 0 auto 0 auto;
}

.deck 
{
	width: 1320px;
	height: 250px;
	margin: 0 auto 0 auto;
}

#attackInfo
{
	width: 730px;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	font-family: arial;
}

.details_wrapper
{
	width: 730px;
	height: 20px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	font-family: arial;
}

.special_wrapper
{
	font-size: 0.7em;
	width: 55%;
	height: 100%;
	float: right;
}

.info_wrapper
{
	font-size: 0.7em;
	width: 35%;
	height: 50%;
	float: left;
}

.stat_wrapper
{
	font-size: 0.7em;
	width: 35%;
	height: 50%;
	float: left;
}

.statLabel
{
	width: 10%;
	height: 100%;
	float: left;
	font-size: 0.9em;
}

.stat
{
	width: 40%;
	height: 100%;
	float: left;
}

#screenOverlay
{
	background-color: rgba(0, 0, 0, 0.9);
	width: 0%;
	height: 0%;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	cursor: pointer;
}

#screenOverlay p
{
	font-family: arial;
	font-size: 1em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 1em;
}

#screenOverlay_contentwrapper
{
	background-color: #FFFFFF;
	width: 80%;
	height: 600px;
	padding: 1em;
	margin: 0 auto 0 auto;
	border-radius: 10px;
	color: #000000;
	overflow: hidden;
}

#screenOverlay_content
{
	overflow: auto;
	height: 100%;
}

#screenOverlay_content p
{
	font-family: arial;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	padding: 0.2em;
}

#screenOverlay_content h1
{
	font-family: arial;
}