/*WebDesignAndSuch.com*/





@charset "UTF-8";




img {border:0px}




/*LINKS*/





/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%; height:100%;
}

#popUpDiv {
	position:absolute;
	background:url(pop-back.jpg) no-repeat;
	width:30%; left:0; top:20% !important;
	z-index: 9002;
}

#pop1{ float:right; border:none; background: none !important; top:35px !important; right:5px; position:relative;}



@media (max-width: 768px) {
  #popUpDiv {
    left:300px !important;
}

}

@media (max-width: 480px){
  #popUpDiv {
    left:160px !important;
}
}

