﻿/*WebDesignAndSuch.com*/





@charset "UTF-8";

/*STYLES FOR CSS POPUP*/


// #blanket {
//    background-color:#111;
//    opacity: 0.65;
//    *background:none;
//    position:absolute;
//    z-index: 9001;
//    top:0px;
//    left:0px;
//    width:100%;
// }

#popUpDiv {
	position:absolute;
	background:url('../images/banner.png') no-repeat;
	width:800px;
	height:600px;
	border:5px solid #93a6c4;
	z-index: 9002;
   display: none !important;
}

#popUpDiv a {position:relative; top:558px; background-color:black; Font-weight:bold; font-size:large; color:white; left:15px}