 body {
	margin: 0;
	padding: 0;
 }
 
html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

 #logo 
{ 
	 left: 764px; 
	 top: 123px; 
	 position: absolute; 
	 width: 646px;
	 height: 271px;
	 z-index:2;
} 

 #shop 
{ 
	 left: 1261px; 
	 top: 395px; 
	 position: absolute; 
	 width: 75px;
	 height: 71px;
	 z-index:3;
} 

 #youtube 
{ 
	 left: 1265px; 
	 top: 656px; 
	 position: absolute; 
	 width: 74px;
	 height: 74px;
	 z-index:4;
} 

 #instagram 
{ 
	 left: 1251px; 
	 top: 557px; 
	 position: absolute; 
	 width: 101px;
	 height: 102px;
	 z-index:5;
} 

 #facebook 
{ 
	 left: 1267px; 
	 top: 488px; 
	 position: absolute; 
	 width: 69px;
	 height: 71px;
	 z-index:6;
} 
