@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;
    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: 298px;
	height: 248px;
	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:300px;
    height:250px;
}
/* content */
#blackbox {
    z-index: 10;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 300px;
    height: 250px;
    background-color: black;
    box-shadow: 0px 0px 80px 80px black;
}
#jupitertext {
    z-index: 9;
    visibility: hidden;
    position: absolute;
	top: 105px;
	left: 0px;
    width: 300px;
    
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    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: 14px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    color: white;
    text-transform: uppercase;
}
#txt1, #txt2, #txt3, #txt4, #txt5 {
    z-index: 10;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    /*width: 300px;
    height: 50px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 24px;
    padding-left: 24px;
    
    background-color: black;
}

#title {
    z-index: 9;
    visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 300px;
    
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    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: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    
    background-color: white;
}



















