body{
	background-image: url(../images/tiledark.png);
	background-attachment: fixed;
	font-size: 100%;
}

#tab{
	display: table;
	height: 94%;
	width: 100%;
}

#row{
	display: table-cell;
	vertical-align: middle;
}

#cont{
	padding: 5px;
	text-align: center;
}

#msg{
	text-align: center;
	color: #838383;
}

a:link {
	text-decoration: none;
	color: #838383;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #838383;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #838383;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #838383;
	font-weight: bold;
}
