@CHARSET "UTF-8";

body {
	background-image: none;
	color: #AAA;
	font: 18px Arial, Calibri, Helvetica, sans-serif;
	margin: 0;
	min-width: 20px;
	height: 100%;
}

a {
	text-decoration: underline;
	color: #0f0;
}

.content-center {
	width: 240px;
	margin: 0 auto;
}

.loginContainer {
	margin: 0px auto;
	display: table;
	height: inherit;
}

.hide_mobile {
	display: none;
}