@charset "utf-8";
/* ONE-SELECTION.com design */

body {
	background-color:#00030F;
	background-repeat:repeat;
	background-attachment:fixed;
}

#logo {
	margin-top:70px;
	margin-left:30px;
	
}

#twitter_update_list {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	position:fixed;
        font-size: 10px;
	text-decoration: none;
	width:1000px;
	margin-top: -56px;
	margin-left:50px;
	z-index:100;
	color:#00BCFF;

}
	
a:link {
	color: #FFF;
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	border:none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
	border:none;
}
a:active {
	text-decoration: none;
	color: #FFF;
	border:none;
}

:active, :focus{
    outline:none;
	
}

#header {
	background-image: url(../images/header_bg.png);
	background-repeat:repeat;
	background-attachment:fixed;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:40px;
	z-index:1;
	
}

#gigs {
	margin-left:30px;
	margin-top:120px;
	
	
}

#video {
	margin-left:30px;
	margin-top:60px;
	position:fixed;
	
}

#footer {
	position:absolute;
	bottom:0;
	left:71px;
	width:143px;
	height:37px;
	margin-left:170px;
	z-index:200;

}

#social {
	position:absolute;
	bottom:0;
	left:0;
	width:213px;
	height:50px;
	margin-left:40px;

}

#musicplayer {
	position:absolute;
	bottom:0;
	right:0;
	width:213px;
	height:43px;
	margin-left:150px;

}

#news{
   position:absolute;
   top:0;
   right:0;
   width:200px;
   height:100%;
   z-index:300;

}

