#container {
	width:1000px;
	height: 700px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	/*border-top:11px solid #000;*/
}
#shell_content {
	overflow:hidden;
	background:#3d444b;
}
.shell_layer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
/*#shell_menu {
	height: 57px;
	width: 100%;
	background:#535554;
	font-family: 'OpenSans';
}*/
#shell_menu{
	position: absolute;
	/*opacity: 0;
	visibility: hidden;*/
}
#shell_menu .itemContainer{
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	font-family: 'Gotham';
	font-weight: normal;
	font-size: 14px;
	background: #13b0c8;
	padding: 4px 26px 4px 9px;
	border: 1px solid white;
	background: #13b0c8 url(../img/burger.png) no-repeat 90% center;
}
#shell_menu .itemContainer:hover {
	background-color: #8cc63f;
}
#shell_menu a{
	color: #fff;
}

.mainColumn{
	position:relative;
	width:1000px;
	margin:0 auto;
}
#audioPlayer{
    position:absolute;
    left:100px;
    top:-100px;
    z-index:50;
}
#audioDebug{
    position:absolute;
    right:20px;
    top:-220px;
    padding:10px 30px;
    background:#999;
}
.logo {
	background: url(../img/logo.png) no-repeat 0 0;
	position: absolute;
	left: 14px;
	top: 25px;
	height: 56px;
	width: 187px; }

.titles{
	position:absolute;
	width:500px;
	right:38px;
	top:12px;
	color:#fff;
	text-align:right;
}
.titles .global_title{
	font-size:18px;
	color:#c4c4c4;
	font-weight:100;
	font-family: 'OpenSans';
}
.titles .sub_title{
	font-size:16px;
	color:#e5e5e5;
}
.brandLink{
	position:absolute;
	left:-20px;
	bottom:30px;;
	display:inline-block;
	background:rgba(1, 205, 152, 0.9);
	padding:12px 40px;
	border-radius:15px;
}
.brandLink .linkIcon{
	position:absolute;
	right:16px;
	top:14px;
	background:url('../img/brand_link_icon.png');
	width:14px;
	height:14px;
}
.brandLink a{
	color:#fff;
	text-decoration:underline;
	font-size:12px;
	font-weight:500;
	font-family:'OpenSans';
}
.atlwdg-trigger{
	z-index:20000;
}
