body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('images/background.jpg');
	background-attachment:fixed;
        background-position:center;
        background-repeat:no-repeat;
}

div.mid-container {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	top:50%;
	height: 200px;
	text-align: center;
	font: Arial;
}

.node-name {
	font-size: 24px;
	color: #FFF;
}

.node-status {
	font-size: 18px;
	color: green;
}

.hoster {
	font-size: 36px;
	color:#FFF;
}
