html, body {
	height: 100%;
}
body {
	background: url(../media/background.png);
	margin: 0;
	padding: 0;
}
a {
	color: #1f3d99 !important
}
td, input {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
input[type=text], input[type=password] {
	font-size: 16px
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
#tableContainer-1 {
	height: 100%;
	width: 100%;
	display: table;
}
#tableContainer-2 {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}
table#myTable {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 20px;
	-webkit-box-shadow: 5px 5px 5px #888888;
	-moz-box-shadow: 5px 5px 5px #888888;
	box-shadow: 5px 5px 5px #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}