body {
	background-image: url(../images/background.gif);
}

.header {
	width: 100%; 
	height: 420px;
	background: url(../images/header.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.input-group {
	margin-top: 2px;
	padding: 3px;
}

.float-right {
	float: right;
}

.status-online {
	color: green;
}

.status-offline {
	color: red;
}

footer {
	margin-top: -24px;
	display: block;
	background: #222;
}


footer a,p {
	color: #fff;
	padding:15px 0 10px 0;
}