
#part1 {
position: fixed; 
background: transparent;
top:120px;
left: 964px;
width: 300px;
height: 300px;
color: white;
text-align: center;
opacity:0.5;
z-index:110;
}
#part1:hover {
background: red;
}


#itunes {   
position: fixed; 
background: transparent;
margin:0; 
top:250px;
left: 964px;
width: 300px;
color: white;
text-align: center;
opacity:0.87;
z-index:111;
}
#itunes img {   
opacity:0.62;
}
#itunes img:hover {   
opacity:0.87;
}


#gamesbarcode {   
position: fixed; 
background: transparent;
margin:0; 
top:400px;
left: 964px;
width: 300px;
color: white;
text-align: center;
opacity:0.62;
z-index:111;
}



#btnControl {
    display: none;
	position: fixed;
}

.btn {
	position: fixed; 
    width: 100%;
    height: 62px;
	top:0;
	margin: 0;
	background: black;
    padding: 0;
    display: block;
    text-align: center;
    font-family: arial;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 33px; 
	line-height: 62px;
	color: grey;
	vertical-align; middle;
	z-index:112;
	opacity: 0.99;
	cursor: pointer; 
}

.btn:hover {
    background: rgba(254,254,254,0.33);
	color: red;
	opacity: 0.87;
}

.btn:hover ~ #part2{
	opacity: 0.33;
}


.btn:active {
    margin-left: 1px 1px 0;
    box-shadow: -1px -1px 1px #000;
    outline: 1px solid black;
    -moz-outline-radius: 5px;
    background-image: linear-gradient(to top, #f4f5f5, #dfdddd);
}

#btnControl:checked + label {
    display:none;
}


