html {
   height:100%;
}
body {
   height:100%; 
   margin:  0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   min-width: 760px;
   border: 0px;
}
h1,h2,h3,p {
   margin:  0px 0px 0px 0px;
   padding: 0px 0px 10px 0px;
}  
#bg {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
}
#container { 
   text-align: left;
   width: 760px;
   margin:  0px auto 0px auto;
   padding: 20px 0px 20px 0px;
   background-image: url(/images/container_blue.png);
   background-position: top center;
   background-repeat: repeat-y;
   border: 0px;
   -moz-box-shadow: 0px 0px 15px 15px #233597;
   -webkit-box-shadow: 0px 0px 15px 15px #233597;
   box-shadow: 0px 0px 15px 15px #233597;
}
#header {
   margin:  0px 20px 20px 20px;
   padding: 0px 0px 0px 0px;
   background-color: white;
   text-align: center;
   -moz-box-shadow: 0px 0px 5px 5px #233597;
   -webkit-box-shadow: 0px 0px 5px 5px #233597;
   box-shadow: 0px 0px 5px 5px #233597;
}
#main   {
   margin:  0px 20px 0px 20px;
   padding: 0px 0px 0px 0px;
   border: 0px;
}
#main_menu {
   text-align:center;
   margin:  0px 0px 0px 0px;
   padding: 0px;
   border: 0px;
   -moz-box-shadow: 0px 0px 5px 5px #233597;
   -webkit-box-shadow: 0px 0px 5px 5px #233597;
   box-shadow: 0px 0px 5px 5px #233597;
}
#main_text {
   margin:  20px 0px 0px 0px;
   padding: 10px;
   background-color: white;
   border: 0px;
   -moz-box-shadow: 0px 0px 5px 5px #233597;
   -webkit-box-shadow: 0px 0px 5px 5px #233597;
   box-shadow: 0px 0px 5px 5px #233597;
}
#footer {
   margin:  20px 0px 0px 0px;
   padding: 10px;
   background-color: white;
   border: 0px;
   -moz-box-shadow: 0px 0px 5px 5px #233597;
   -webkit-box-shadow: 0px 0px 5px 5px #233597;
   box-shadow: 0px 0px 5px 5px #233597;
}
#footer p {
   font-size: small;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.secretagent_eject {
	-moz-box-shadow:inset 2px 2px 4px 2px #f29c93;
	-webkit-box-shadow:inset 2px 2px 4px 2px #f29c93;
	box-shadow:inset 2px 2px 4px 2px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:39px;
	-webkit-border-radius:39px;
	border-radius:39px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:10px;
	font-weight:bold;
	padding:14px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	-moz-appearance: none;
}
.secretagent_eject:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	-moz-appearance: none;
}
.secretagent_eject:active {
	position:relative;
	top:1px;
	-moz-appearance: none;
}
.download_button {
	-moz-box-shadow:inset 0px 1px 30px 10px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 30px 10px #97c4fe;
	box-shadow:inset 0px 1px 30px 10px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0px;
	padding: 0px 24px 0px 24px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.download_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.download_button:active {
	position:relative;
	top:1px;
}
