root { 
	display: block;
}

body {
	background-color: #000;
	color: #FFF;
	margin-top: 25px;
}

#content {
	margin: auto;
	width: 965px;
	color: #FFF;
}
#buttons {
	margin-top: 285px;
}
#buttons td {
	text-align: center;
}
#impressum, #loginTable {
	text-align: left;
	font-family: verdana, Arial;
	
}
p {
	padding: 5px;
}
#loginTable {
	border: 1px dotted white;
}
.button {
	width: 125px;
	height: 125px;
}
#logoImg {
	width: 962px;
	height: 192px;
}