@charset "UTF-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	text-align:center;
	padding:0;
	margin:0;
	background: #889 url(images/bg.gif) 0 1px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#info-area {
	 max-width:960px;
	 margin: 0px auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#003366;
}
p.footer {
	font-size:10px;
	line-height:14px;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	width:720px;
}
div#footer {
	width: 720px;
	margin: 0px auto;
}
/* The following is styling for the license/overlay */
#overlay {
    display:block;    
    position:fixed;  
    left:0px;        
    top:0px;         
    width:100%;      
    height:100%;     
    background:#003366; 
    opacity:0.5;     
    z-index:99999;   
}

#popup {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height: 24px;
	text-align:left;
	display:block;
    position:absolute; 
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);   
    width:350px;     
    height:auto;
	padding:30px;
	margin: 0 auto;
    background:#FFFFFF;
    border:2px solid #000;
	opacity:0.9;
    z-index:100000; 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 4px 4px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 4px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 4px 0px #ccc;     
}
#CloseBtn {
	float:right;
	font-weight:bold;
	font-size:20px;
	margin-right:-20px;
	margin-top:-20px;
	color:#fff;
	background-color:#006699;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 0px 4px 4px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 4px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 4px 0px #ccc;
	
}
a.buy:link {
	border:none;
	
}
a.buy:visited {
	border:none;
	
}
a.buy:hover {
	border:none;
	opacity:0.5;
}
a.buy:active {
	border:none;
}

div.buttons {
	width:145px;
	height:25px;
	float: right;
	padding: 0px;
	margin: 0px;
}
div#frame {
	border:none;
	padding:0;
	margin:0;
}
.skeleton {
	width:100%;
	height:750px;
	margin:0px auto;
	text-align:center;
	border:none;
}