﻿/*---Background-Images Fixed---*/

/*body{
  background: url("../images/background-image.jpg") no-repeat fixed center 0!important;
}*/

/*---Background-Texture repeat---*/
/*body{
  background: url("../images/background-texture.jpg")!important;
}*/

/*---Background-Color---*/
/*body{
  background-color:#000000!important;
}*/

/*--------Background-header-gradient--------*/
/*.fixedHeader #header, #header{
	background: #758699;
	background: -moz-linear-gradient(top,  #758699 0%, #d0dce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758699), color-stop(100%,#d0dce5));
	background: -webkit-linear-gradient(top,  #758699 0%,#d0dce5 100%);
	background: -o-linear-gradient(top,  #758699 0%,#d0dce5 100%);
	background: -ms-linear-gradient(top,  #758699 0%,#d0dce5 100%);
	background: linear-gradient(to bottom,  #758699 0%,#d0dce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#758699', endColorstr='#d0dce5',GradientType=0 );
}*/

/*--------Background-header-Images--------*/
/*.fixedHeader #header, #header{
	background:("../images/") repeat-x;
}*/

/*--------Background-foooter-Images--------*/
/*.prefooterBg,.footerBg{
	background:("../images/") repeat;
}*/

