body {
	margin: 0;
	padding: 0;
}
img {
	cursor: pointer;
	cursor: hand;
}
a img {
	border: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a:active, a:focus {
	outline: none;
}
#ad {
/*	background-color: #151515;*/
	cursor: pointer;
	cursor: hand;
}
#backgrnd {
	background-image: url("images/300x250.jpg");
  position: absolute;
  top: 0px;
  width: 300px;
  height: 250px;
}
#header {
  background-image: url(images/header.png);
  width: 300px;
  height: 60px;
  position: absolute;
  top: -60px;
}
#slide {
  background-image: url(images/slide.png);
  width: 300px;
  height: 600px;
  position: absolute;
  top: 251px;
}
#down {
  position: absolute;
  width: 40px;
  height: 15px;
/*  background-color: rgba(201, 32, 32, 0.31);*/
  bottom: 0px;
  left: 130px;
  display: none;
}
#map {
  background-image: url(images/map.png);
  position: absolute;
  top: 251px;
  left: 4px;
  width: 282px;
  height: 183px;
}
#video {
  position: absolute;
  margin-top: 251px;
  z-index: 90 !important;
}
#close {
    background-image: url(images/close.png);
    background-size: 20px;
    position: absolute;
    top: 106px;
    left: 275px;
    height: 22px;
    width: 20px;
    z-index: 99;
 
}
  
  