body{
	margin: 0px;
	width: 100%;
	background-color: #000;
}

.lgo {
	width:400px; 
	position:absolute; 
	top: 7%; 
	right: 7%;
}

.wtrmrk{
	top:10%;
	width: 50%;
	left: 4%;
	opacity: 0.12;
	position: absolute;
  /* Create the parallax scrolling effect 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  z-index:100;
}



.ploom {
	width:300px; 
	position: absolute; 
	top: 46%; 
	left: 16%; 
	opacity: 0.75;
}

.txt {
	position: absolute;
	right: 7.2%;
	top:72%;
	font-family: "lsBook", "HelveticaNeue", "Helvetica Neue";
	font-size: 13px;
	color: #d8b753;
	letter-spacing:3px;
	opacity: 0.6;
	
}




