body {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    background-color: black;
}

a, a.visited {
    color: yellow;
    text-decoration: none;
}

.hidden { 
	
}

.visible {
	
}

.portrait {
	background-image: url('../images/ac_bg_portrait1.jpg');
	display: block;
	background-repeat: no-repeat;
	background-size: 320px;
	height: 416px;	
}
.portrait > #header {
	background-image: url('../images/ac_header.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 304px;
	position: absolute;
	width: 304px;
	height: 108px;
	top: 10px;
	left: 8px;
}
.portrait > #videoPlayer {
	background-image: url('../images/proLoad.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
	position: absolute;
	width: 281px;
	height: 157px;
	top: 114px;
	left: 19px;
	-webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 1);
}
.portrait > #ac_utility {
	position: absolute;
	left: 19px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_utility.png');
	background-size: 94px;
}
.portrait > #ac_shield {
	position: absolute;
	left: 113px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_shield.png');
	background-size: 94px;
}
.portrait > #ac_ext {
	position: absolute;
	left: 207px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_ext.png');
	background-size: 94px;
}
.portrait > #ac_utility_DS {
	position: absolute;
	left: 19px;
	top: 408px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.portrait > #ac_shield_DS {
	position: absolute;
	left: 113px;
	top: 408px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.portrait > #ac_ext_DS {
	position: absolute;
	left: 207px;
	top: 408px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.portrait > #ac_info {
	position: absolute;
	left: 19px;
	top: 437px;
	width: 281px;
	height: 275px;
	text-align: center;
}

.landscape {
	background-image: url('../images/ac_bg_landscape1.jpg');
	background-repeat: no-repeat;
	display: block;
	background-size: 480px;
	height: 416px;
}

.landscape > #header {
	background-image: url('../images/ac_header.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 304px;
	position: absolute;
	width: 304px;
	height: 58px;
	top: 5px;
	left: 88px;
}
.landscape > #header_landscape {
	background-image: url('../images/ac_header.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 304px;
	position: absolute;
	width: 304px;
	height: 50px;
	top: 225px;
	left: 88px;
}
.landscape > #videoPlayer {
	background-image: url('../images/proLoad.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
	position: absolute;
	width: 281px;
	height: 157px;
	top:65px;
	left: 100px;
	-webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 1);
}
.landscape > #ac_utility {
	position: absolute;
	left: 100px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_utility.png');
	background-size: 94px;
}
.landscape > #ac_shield {
	position: absolute;
	left: 194px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_shield.png');
	background-size: 94px;
}
.landscape > #ac_ext {
	position: absolute;
	left: 288px;
	top: 276px;
	width: 94px;
	height: 127px;
	background-image: url('../images/ac_ext.png');
	background-size: 94px;
}
.landscape > #ac_utility_DS {
	position: absolute;
	left: 100px;
	top: 405px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.landscape > #ac_shield_DS {
	position: absolute;
	left: 194px;
	top: 405px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.landscape > #ac_ext_DS {
	position: absolute;
	left: 288px;
	top: 405px;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
.landscape > #ac_info {
	position: absolute;
	left: 100px;
	top: 437px;
	width: 281px;
	height: 275px;
	text-align: center;
}
