@charset "UTF-8";
/* CSS Document */

body {
margin-top: 100px;
width: 100%;
height: 100%;

background-image:url(bg.jpg);
background-color: #d2d3d5;
background-repeat:repeat-x;
background-position: top;
padding: none;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}


#footer {
text-align: left;
width: 900px;
font-size: small;
padding-top: 5px;
height: 50px;
}

#like {
float: left;
margin-top: 0px;
}

#tweet {
margin-top: -12px;
float: left;
}

#designed {
float: right;
}


a {

font-family: Arial Narrow;
color: #b7b7b7;
text-decoration: none;
}

a:hover {

font-family: Arial Narrow;
color: #a0a0a0;
text-decoration: none;
}


/*WebDesignAndSuch.com*/



/*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(saleonnow.jpg) no-repeat;
	width:800px;
	height:410px;
	border:none;
	z-index: 9002;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
-webkit-box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, .5);
-moz-box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, .5);
box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, .5);
	
}

#popUpDiv a {position:relative; top:10px; left:10px; color:white;}

#popUpDiv a:hover {position:relative; top:10px; left:10px; color:#ffccff;}
