body
{
	background: url("/images/backgroundred.png") repeat-y scroll center top #550000;
	background: -webkit-gradient(linear, 50 left, 50 right, color-stop(0, rgb(85,0,0)), color-stop(0.5, rgb(204,0,0)), color-stop(1, rgb(85,0,0)));
	background: -moz-linear-gradient(left center, rgb(85,0,0) 0%, rgb(204,0,0) 50%, rgb(85,0,0) 100%);
	color: #FFFFFF;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

h1 { background: #CC0000; font-size: 20px; height: 30px; line-height: 30px; padding-left: 10px; }

h2 { background: #CC0000; font-size: 16px; height: 24px; line-height: 24px; padding-left: 10px; }

h6 { background: #CC0000; font-size: 10px; height: 15px; line-height: 15px; padding-left: 10px; }

th { background: #CC0000; }

#header { -moz-box-shadow: 0 1px 0 black; -webkit-box-shadow: 0 1px 0 black; background: #CC0000; box-shadow: 0 1px 0 black; height: 100px; overflow: hidden; top: 0; width: 100%; }

#notifications { -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; background: #770000; border-radius: 0 0 10px 10px; margin: auto; overflow: hidden; padding: 10px 10px 0; width: 1000px; }