* { margin: 0; padding: 0;}

html {}

body {
	background-color: #121D23;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

.globalContainer {
	
}

.container {
	position:relative;
	width:990px;
	}
	
.flashFrame {
	height:733px;	
}

img { border-style: none; }

a:link { text-decoration:none; font-weight:normal; color:#ffffff;}
a:visited { text-decoration:none; font-weight:normal; color:#ffffff;}
a:hover { text-decoration:none; font-weight:normal; background-color:#000000; }
a:active { text-decoration:none; font-weight:normal; background-color:#000000; }
a:focus { text-decoration:none; font-weight:normal; background-color:#000000; }

#presstext{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.9;
	color: #ffffff;
	text-align: left;
	width: 990px;
	height: 550px;
	float:left;
}
#playlist1{
	float: left;
	width: 380px;
}
#playlist2{
	float: left;
	width: 300px;
}
#playlist3{
	float: right;
	width: 170px;
}

#logo{
	text-align: left;
	width: 200px;
	float: left;
	margin-top: 30px;
}

#creds{
	text-align: right;
	width: 250px;
	float: right;
	margin-top: 30px;
	height: 60px;
}

#banner{
	text-align: right;
}
.headl{
	color: #1477ab;
}
