@CHARSET "UTF-8";
div#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:900px;
}
div.jumbotron {
	background:url('../images/minecraftarch.jpg');
}
div.jumbotron .container {
	background:rgba(225,225,225,.75);
	border-radius:5px;
}
div#copyright {
	font-size:.75em;
	text-align:center;
}
.centered {
	text-align:center;
}
.minecraft-offline {
    color:#F00;
}
.minecraft-online {
    color:#0F0;
}
table.server-status {
    width:100%;
}
table.server-status td {
    vertical-align:top;
    width:25%;
}