@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #900;
	background-image:url(images/musicback.jpg);
	background-repeat:repeat-x;
	background-position:inherit;
	background-attachment:fixed;
}
a{
	color:#F60;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	color:#669;
}
#top{
	width:800px;
	border:#0F0 medium solid;
	margin:0 auto;
}
h1{
	color:#0F0;
	font-size:24px;
}
h1 span{
	color: #060;
	font-size:11px;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/backgroundkosmic.jpg);
	background-attachment:fixed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container h1{
	color:#030;
	font-size:24px;
}
.oneColFixCtr #container h1 span{
	color:#030;
	font-size:10px;
}
.oneColFixCtr #container span{
	color:#0FF;
	font-size:12px;
}
.oneColFixCtr #container #head {
	background-image:url(images/headerkosmic.jpg);
	background-repeat:no-repeat;
	height:150px;
}
.oneColFixCtr #container #head #ser{
		margin-left:10px;
	    top: 50px;
		position:relative;
}
.oneColFixCtr #container #head #hed{
	float:right;
	margin-top:-50px;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.oneColFixCtr #mainContent h2{
	font-size:18px;
	color:#033;
}
.oneColFixCtr #mainContent text{
	font-size:12px;
	color:#630;
}
.divlef{
	float:left;
	width:400px;
}
.divrig{
	float:right;
	width:320px;
}
.logodiv{
	float:left;
	padding:20px;
}

.textf{
	font-size: xx-large;
	font-weight: 900;
	text-transform: uppercase;
	color: #B6D2F1;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 3;
	position: relative;
	text-indent: 10px;
}
.textb{
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #6D6867;
	margin-top: -26px;
	margin-left: 7px;
	z-index: 2;
	position: relative;
	text-indent: 10px;
	
	}
	.menudiv{
		background-color:#000;
		margin:0 auto;
	}
	#imgbox{
    vertical-align:inherit;
    position : absolute;
    border: 1px solid #999;
    background : #CCC; 
    filter: Alpha(Opacity=85);
	-moz-opacity:.85;
	  opacity:0.85;
    visibility : hidden;
    height : 412px;
    width : 550px;
    z-index : 50;
    overflow : hidden;
    text-align:inherit; color:#FC0;
	font-weight:900;
}
img{
	border:0px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#containerfooter{
	background-image: url(images/footerkosmic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 141px;
	}
#footer{
	width: 772px;
	font-size: 10px;
	padding:2px;
	color: #FFCC00;
}
.bot{
	text-align:center; font-size:10px; width:800px; margin-left:auto; margin-right:auto; margin-top:60px;
	}