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 {
	
}

#container {
	background: url('../images/ac_desktop_bg1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#container > #header {
	background-image: url('../images/ac_header_lrg.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	width: 600px;
	height: 213px;
	margin: 0px auto; 
}
#container > #videoPlayer {
	background-image: url('../images/proLoad.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: black;
	position: relative;
	width: 538px;
	height: 300px;
	margin: 0px auto;
	-webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 1);
}
#container > #ac_utility {
	display: none;
	position: relative;
	width: 94px;
	height: 127px;
	margin: 0px auto;
	background-image: url('../images/ac_utility.png');
	background-size: 94px;
}
#container > #ac_shield {
	display: none;
	position: relative;
	width: 94px;
	height: 127px;
	margin: 0px auto;
	background-image: url('../images/ac_shield.png');
	background-size: 94px;
}
#container > #ac_ext {
	display: none;
	position: relative;
	width: 94px;
	height: 127px;
	margin: 0px auto;
	background-image: url('../images/ac_ext.png');
	background-size: 94px;
}
#container > #ac_utility_DS {
	display: none;
	position: relative;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
#container > #ac_shield_DS {
	display: none;
	position: relative;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
#container > #ac_ext_DS {
	display: none;
	position: relative;
	width: 94px;
	height: 25px;
	background-image: url('../images/ac_dl_button_alt3.png');
	background-size: 94px;
}
#container > #ac_info {
	display: none;
	position: relative;
	width: 281px;
	height: 275px;
	text-align: center;
}