/*WebDesignAndSuch.com*/





@charset "UTF-8";

img {border:0px}




/*LINKS*/

#mainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:18px; background:#000000; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}
#mainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:18px; background:#333333; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}





/*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/paste.jpg) no-repeat;
	background-size: cover; 
	width:800px;
	height:823px;
	border:5px solid #FFF;
	z-index: 9002;
}

#popUpDiv a {position:relative; top:20px; left:20px}

.close
{
color:#c06c23;
font-size:20px;
}