@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; 
	padding: 0;
    color: #000;
    line-height: 1.5em;
    font-family: Verdana;
    font-size: 12px;
    background: #edf1fc url(../images/bg.jpg) no-repeat center top 100px fixed;
}

header {
	margin: 0;
	padding: 0;
	position:fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 20;	
}

header .radio {
	left: 100px;
}

header a.live {
	margin: 0 0 0 200px;
	float:left;
	overflow: auto;
	position:relative;
	z-index: inherit;
}

header a.studio {
	margin: 0 0 0 50px;
	float:left;
	overflow: auto;
	position:relative;
	z-index: inherit;
}

header a.thebat {
	margin: 0 0 0 50px;
	/* float: left; */
	right: 25%;
	overflow: auto;
	position:inherit;
	z-index: inherit;
}

.headerText {
	margin: 0;
	padding: 0;
	width: 200px;
	top: 0;
	position: inherit;
}

.container01content {
	margin-left: 500px;
	margin-top:50px;
	postion:relative;
	float:left;
}

.container01 {
	margin: 350px auto 0;
	padding: 0;
	width: 100%;
	height: 400px;
	position: fixed;
	background-color: rgba(0,0,0,0.85);	
}

.container02 {
	margin: 400px auto 300px;
	padding: 0;
	width: 100%;
	height: 500px;
	position: relative;
	background-color: black;	
}

nav { 
    top: 50px;
	right: 380px;
    width: 600px; 
    height: 40px;
    display: block; 
    position: absolute; 
    background-color:; 
	z-index: 50;
}

nav a {
	margin: 18px 0px 0px 20px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
	font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif';
    font-weight: bold;
    font-size: 2em;
}

nav a:hover { color: #687DB2; }