body, .main_bg {
	background: url(/images/background_noise.png);
	background-color: #f2f2f2;
}

a {
	color: #009DD9;
}
body > .panel_header {
	background: url(/images/onlive_header_logo.png) left no-repeat;
}
.activity_container > .header > .label {
	background-color: #00B5E2;
}
.button, button, input[type=submit], input[type=button] {
	background: #AC4D2E; /* old browsers */
	background: -moz-linear-gradient(top, #C95836 0%, #AC4D2E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C95836), color-stop(100%,#AC4D2E)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C95836', endColorstr='#AC4D2E',GradientType=0 ); /* ie */
}
.button:hover, button:focus, input[type=submit]:focus, input[type=button]:focus {
	background: #964328;
}