body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D8D8D8;
	color: #DCDCDC;
	font-size: 10px;
	text-align: center;
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #4B4B4B;
}
a:active {
	text-decoration: none;
	color: #4B4B4B;
}
#logo {
    display: table;
    margin: 0 auto; 
	margin-top: 8%;
	opacity: 0.8;
}
#login {
	text-align: center; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
    display: table;
    margin: 0 auto; 
	margin-top: 1%;
	font-size: 12px;
	color: #3F3F3F;
}
#register {
	text-align: center; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
    display: none;
    margin: 0 auto; 
	margin-top: 1%;
	font-size: 12px;
	color: #3F3F3F;
}
#lostpass {
	text-align: center; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: table;
    margin: 0 auto; 
	margin-top: 1%;
	font-size: 12px;
	color: #3F3F3F;
}
#footer {
	text-align: center;
	position: absolute;
	margin-top: 296px;
	width: 100%;
	height: 11px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #3F3F3F;
}
	
@media screen and (max-height: 768px) {
	#footer {
		text-align: center;
		position: absolute;
		margin-top: 10px;
		width: 100%;
		height: 11px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #3F3F3F;
	}
}
	
@media screen and (max-height: 900px) {
	#footer {
		text-align: center;
		position: absolute;
		margin-top: 296px;
		width: 100%;
		height: 11px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #3F3F3F;
	}
}

@media screen and (min-width:1920px) {
	#footer {
		text-align: center;
		text-align: center;
		position: absolute;
		margin-top: 296px;
		width: 100%;
		height: 11px;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
		color: #3F3F3F;
	}
}

.flake{
	-webkit-border-radius:10px;
	border-radius:10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}	