.bwWrapper {
	position:relative;
	display:block;
    float: left;
padding: 5px;

}

body{
	font-size: 13px;
    font-family: tahoma, sans-serif;
	margin: 0px;
	background-color:#000;
	color: #fff;
	background-image: url('../images/bg-1.jpg');
	
}

html { overflow-y: hidden; }

a:hover{
	color: #fff;
	text-decoration: none;
}	

a{
	color: #fff;
}

.footer{
  height: 50px;
  width: 400px;
  box-sizing: border-box;
  z-index:2;
  position: absolute;
  bottom: 0px;
  margin-left: -200px;
  left: 50%;
  text-align: center;
  padding: 5px;
  color: #fff;
  
}

.samples{
  height: 50px; 
   box-sizing: border-box;
  z-index:2;
 
  position: absolute;
  bottom: 100px;
  margin-left: -375px;
  left: 50%;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 800px;
}

.sales{
  height: 10px; 
   box-sizing: border-box;
  z-index:2;
 
  position: absolute;
  bottom: 70px;
  margin-left: -400px;
  left: 50%;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 800px;
text-align: center;
}

.banner{
	height: 200px;
	width: 100%;
  box-sizing: border-box;
	z-index:2;
  background: #fff; 
   position: absolute;
     top: 50%;

    
     margin-top: -105px;
     
  
}

.center1{

	min-width: 946px;
      box-sizing: border-box;
	z-index:3;

      position: absolute;

     left: 50%;
    
     margin-left: -473px;
      color: #000;
    
       margin-top: 50px;
}

.center2{

	min-width: 150px;
	max-width: 350px;
      box-sizing: border-box;
	z-index:3;


float: left;
     left: 50%;
    
     margin-left: 100px;
    

      color: #000;

}

.shadow {
 
	box-shadow: 6px 6px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, .2);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=120, Strength=2);
	/*-moz-border-radius: 6px;*/
	/*-webkit-border-radius: 6px;*/
	/*border-radius: 6px;*/
}

