#graphical-banner {
	height: 70px; 
	weight: 910px; 
	background: #c00; 
	background-image: linear-gradient(right , rgb(204,0,0) 23%, rgb(184,26,26) 60%, rgb(153,0,0) 80%);
	background-image: -o-linear-gradient(right , rgb(204,0,0) 23%, rgb(184,26,26) 60%, rgb(153,0,0) 80%);
	background-image: -moz-linear-gradient(right , rgb(204,0,0) 23%, rgb(184,26,26) 60%, rgb(153,0,0) 80%);
	background-image: -webkit-linear-gradient(right , rgb(204,0,0) 23%, rgb(184,26,26) 60%, rgb(153,0,0) 80%);
	background-image: -ms-linear-gradient(right , rgb(204,0,0) 23%, rgb(184,26,26) 60%, rgb(153,0,0) 80%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0.23, rgb(204,0,0)), color-stop(0.6, rgb(184,26,26)), color-stop(0.8, rgb(153,0,0)));
	background: linear-gradient(left,  #9a0000 0%,#e03a3e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0000', endColorstr='#e03a3e',GradientType=1 ); /* IE6-9 */
}
#graphical-banner h1 {
	color: #fff; 
	font-weight: 500; 
	font-size: 1.5em; 
	padding: 0px 20px; 
	letter-spacing: .05em; 
	margin: 20px 5px;
}
.upload_target {display:none;}