body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background/8.png);
	background-attachment: fixed;
	background-origin: border-box;
	background-size: 100% auto;
	background-position: 0% 0%;
}
.win {
	text-align: center;
}
.tab {
	height: 100%;
	position: fixed;
    left: 0px;
	top: 0px;
}
#title {
    font-size: 5em;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.broder {
	border: 8px solid #818181;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: table-cell;
	border-radius: 16px;
}
.button {
	text-align: center;
	font-weight: bolder;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border-radius: 8px;
	background-color: #5AAAF1;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.select {
	text-align: left;
	font-weight: lighter;
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-ms-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-right: 8px;
	padding-left: 8px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 90%;
}
.button:hover {
	background-color: #7AD195;
}
.button:active {
	background-color: #339350;
}
.select:hover {
	background-color: #7AD195;
}
.select:active {
	background-color: #37A257;
}
.text {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-shadow: 0px 0px 2px #FFFFFF;
	font-size: x-large;
}
.big_button {
	text-align: center;
	font-weight: bolder;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border-radius: 8px;
	background-color: #5AAAF1;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 16px;
	font-size: xx-large;
	max-width: 200px;
}
.big_button:hover {
	background-color: #7AD195;
}
.big_button:active {
	background-color: #339350;
}
.normal_button {
	text-align: center;
	font-weight: bolder;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	border-radius: 8px;
	background-color: #5AAAF1;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
    max-width: 120px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.normal_button:hover {
	background-color: #7AD195;
}
.normal_button:active {
	background-color: #339350;
}
.fix {
	position: fixed;
	left: 0px;
	top: 0px;
}
canvas#screen2 {
	z-index: 1;
}
canvas#screen {
	z-index: 0;
}