body {
	background-color: black;
    background-image: url("");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
    text-align: center;
}

#header{
    clear:both;	
    width: auto;
	min-width: 900px;
    height: 100px;
    float:middle;
    background-color: rgba(14, 18, 23, 0.75);   
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px rgba(100, 100, 100, 0.80);
    color: #fff;
    padding: 2%; 
	vertical-align: middle;
	line-height: 100px; 
}

h1{
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: rgba(0, 181, 2, 1.00);
    text-shadow: 1px 1px rgba(0, 100, 0, 0.80);
    font-size: 40px;
    text-align: center;
}

h2{
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    color: rgba(0, 181, 2, 1.00);
    text-shadow: 1px 1px rgba(0, 100, 0, 0.80);
    font-size: 35px;
    text-align: center;
}

table{
    width: 100%;
    text-align: center;
	table-layout:fixed;
}

th, td{
	overflow: hidden;
	font-size: 100px;
    text-align: center;   
}

#wrapper{
    width: 1020px;
    margin: 0px auto;
    margin-top: 20px;
    padding: 30px;
    text-align: center;  	
}

#fullcontent{
    clear:both;	
    width: auto;
	min-width: 900px;
    min-height: 60px;
    height: 230px;
    float:middle;
    background-color: rgba(14, 18, 23, 0.75);   
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px rgba(100, 100, 100, 0.80);
    color: #fff;
    padding: 2%; 
}

#loginField{
	width: 287px;
    height: auto;
	float: center;
    background-color: rgba(14, 18, 23, 0.75);   
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    padding: 2%;   
}

input{
    display: block;
    width: 95%;
}


/* Button */
.buttonC1 {
	font-size: 19px;
	width: 25%;
	height: 50px;
	color: #fff;
	background: rgba(14, 18, 23, 0.75);   
	
	float: center;
    padding: 8px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	
    border: 1px solid rgba(0, 156, 0, 0.72);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}
 
.buttonC1:hover {
	color: #FFF;
	background: rgba(0, 100, 0, 0.75);
}



.buttonC2 {
	font-size: 19px;
	width: 48%;
	height: 50px;
	color: #fff;
	background: rgba(14, 18, 23, 0.75);   
	
	float: left;
    padding: 8px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
	
    border: 1px solid rgba(0, 156, 0, 0.72);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}
 
.buttonC2:hover {
	color: #FFF;
	background: rgba(0, 100, 0, 0.75);
}

.buttonC3 {
	font-size: 19px;
	width: 100%;
	height: 50px;
	color: #fff;
	background: rgba(14, 18, 23, 0.75);   
	
    border: 1px solid rgba(0, 156, 0, 0.72);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}
 
.buttonC3:hover {
	color: #FFF;
	background: rgba(0, 100, 0, 0.75);
}





/* Class */
.shadow{
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}

.greeborder{
    border: 1px solid rgba(0, 156, 0, 0.72);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}

.text-round-large{
	border-radius:4px;
	height: 25px;
}


