.m2header
{
	height:168px;
	width:100%;
	position:relative;
}

.m2header:before
{
/*background:url(/forums/multisite-style/f87/images/bg-horiz.png) top left repeat-x;*/
height:328px;
width:100%;
z-index:-1;
top:0;
left:0;
position:absolute;
content:'';

background-size:auto 132px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3472a7+2,011124+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%, rgba(52,114,167,1) 2%, rgba(1,17,36,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(30,87,153,1)), color-stop(2%,rgba(52,114,167,1)), color-stop(100%,rgba(1,17,36,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(52,114,167,1) 2%,rgba(1,17,36,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(52,114,167,1) 2%,rgba(1,17,36,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(52,114,167,1) 2%,rgba(1,17,36,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(30,87,153,1) 0%,rgba(52,114,167,1) 2%,rgba(1,17,36,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#011124',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */		

}
