body 																{color:#fff;font-family: helvetica, arial; font-size:30px;}
body.closed													{background-color:#cd3333;}
body.standby												{background-color:#c9c70c;}
body.open														{background-color:#1aad0f;}

.message														{font-size:65px;}

#footer															{padding-top:20px; font-size:12px;color:#f3f3f3;}
#footer	a														{text-decoration:none; color:#cecece;}

#center-this {
	position:absolute;
	top: 50%;
	left: 50%;
	width:450px;
	height:200px;
	margin-top: -110px; /*set to a negative number 1/2 of your height*/
	margin-left: -225px; /*set to a negative number 1/2 of your width*/
}
