#mainContent {
	padding: 0 60px;	
	line-height:25px;
	margin-top:0px;
	
}

img {border:0px;}


/*LINKS*/

#mainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:12px; background:#000000; padding:5px; -webkit-border-radius:5px; float:right;margin-top:-55px; margin-right:15px;
-moz-border-radius:5px}
#mainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:12px; background:#333333; padding:5px; -webkit-border-radius:5px; float:right; margin-top:-55px;margin-right:15px;
-moz-border-radius:5px}


/*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(nasa_webads.jpg) no-repeat;
	width:800px;
	height:650px;
	border:3px solid #000;
	margin:0 auto;
	z-index: 9002;
	
	margin:0;
	
}

#popUpDiv a {position:relative; top:20px; left:20px}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
		#mainContent {
		display:none;
}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#mainContent {
		display:none;
}