
/* PROVATIS	*/

#page-loader{
	background:#222;
}

#header{
	background:#222;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,222222+100 */
background: #555555; /* Old browsers */
background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

	background:#222;
	background-image:url('banner.png');
	background-size:cover;

}
.page-login #header:after{
	background:#333333;
}
#navigation .dropdown{
	background:#444;
}
.page-login .login .forgot a,
.page-login .login .title{
	color:#333;
}
.page-login .login .form-actions button{
	background:#80bb3d;
}
