html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
#content {
	border: 1px solid #ccc;
    width: 40%;
	margin-top: 10px;
    margin-left: 5%;
    border-radius: 10px;
    position: relative;
	box-shadow: 1px 1px 1px darkgrey;
	display:flex;
}
#content form {
	width:100%;
	margin:auto;
}
#content h1 {
	text-align:center;
}
.contentElement {
	height:32%;
	overflow-y:hidden;
}
#gameToJoinDiv{
	display:none;
}
hr {
	height: 0;
    margin: 1.5em 0;
    border: 0;
    border-top: 2px solid #e5e5e5;
}
#titleCurtain {
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:white;
	position:absolute;
	margin:0;padding:0;
	background: url(mainbg.jpg);
	background-size: 100% 100%;
}