body, html {
	width: 100%;
	height: 100%;
	background-color: #717171;
}
.container {
	position: relative;
	width: 400px;
	height: 400px;
	top: 25%;
	background-color: #102E4C;
	border: 1px solid;
    border-radius: 0;
	
}
#inner_container {
	position: relative;
	width: 100%;
	height: 100%;
	top: 25%;
}
#header_text {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#username {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 0;
}

#joinBtn {
	width: 100%;
	height: 50px;
	background-color: #5B93C9;
	border: 0;
	border-radius: 0;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/

}
/****************************************
*****************************************/
