body{
	font-size: @e-fontsize-basic-font;
	line-height: 160%;
	background-color: @e-color-basic;
	background-image: url('../img/blue/bg-master.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
  /*width: 960px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;*/
  overflow-x: hidden;
}