@charset "UTF-8";
/* CSS Document */
/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
img {
    border:0;
}
div {
    vertical-align: middle;
    /*text-align: center;*/
    font-family: 'Arial', sans-serif !important;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}

/* containters */
#container_A {
	position: absolute;
	width: 726px;
	height: 88px;
	border: 1px solid #000000;
	top: 0px;
	left: 0px;
	margin: auto;
    background: black;
	overflow: hidden;
}
#container_B {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 550;
	overflow: hidden;
}
#container_C {
	visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
    display: block;
    width: 728px;
    height: 90px;
}
/* content */
#blackbox {
    z-index: 10;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 300px;
    height: 90px;
    background-color: black;
    box-shadow: 0px 0px 80px 80px black;
}
#jupitertext {
    z-index: 9;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 728px;
    
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 34px;
    letter-spacing: 9.0px;
    color: white;
    text-transform: uppercase;
}

#system {
    z-index: 2;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#io {
    z-index: 5;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#Europa {
    z-index: 5;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#Ganymede {
    z-index: 5;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#Callisto {
    z-index: 5;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#systembox {
    z-index: 4;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 205px;
    height: 410px;
    background-color: black;
    box-shadow: 0px 0px 50px 50px black;
}
#jupiter {
    z-index: 2;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
    
}
#jupitermask {
    z-index: 3;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}

#cutleft {
    z-index: 3;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}
#cutright {
    z-index: 3;
    visibility: hidden;
    position: absolute;
	top:0px;
	left:0px;
}

/* text */
p {
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
}
#txt1, #txt2, #txt3, #txt4, #txt5 {
    z-index: 10;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    /*width: 688px;*/
    /*height: 50px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 60px;
    /*margin-left: 30px;*/
    
    background-color: black;
}


#title {
    z-index: 11;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    /*width: 300px;*/
    
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    letter-spacing: 9.0px;
    color: white;
    text-transform: uppercase;
}
p2 {
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}
#cta {
    z-index: 10;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    /*width: 300px;*/
    /*height: 50px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 12px;
    padding-left: 12px;
        
    background-color: white;
}



















