body {
	background-color: black;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
}


#main {
	overflow: hidden;
	height: 100%;
	text-align: center;
	width: 100%;
	margin:0 auto;
	float: center;
}


#content {
	background-color: black;
	text-align: center;
	width: 863px;
	height: 500px;
	float: center;
	margin:0 auto; 
}


#header{
	width: 850;
	opacity: 0;
	filter:alpha(opacity=0);
	margin: 0 auto;
	text-align: center;
}

#header .logo{
	height: 45px;
	float: right;
}

#header_slide {
	width: 846px;
}





#content .Contframe{
	width: 100%;
	height: 100%; 
	margin-left: 0px;
	opacity: 0;
	src: "modules/kwick/index.html"
	filter:alpha(opacity=0);
	background: black;
}







#navigation {
	width: 850px;
	opacity: 0;
	filter:alpha(opacity=0);
	margin:0 auto;
}


#navigation .nav_table{
	border: none;
	}

#navigation .nav_table td{
	padding-right: 25px;
	padding-left: 0px;
	}




#main_menu {
	width: 100%;
	border: none;
}
	
#main_menu td {
	border:none;
	padding-right: 0px;
	padding-left: 0px;
	
}




#music {
  text-align: right;
}

a:link              { color:black; text-decoration:none; outline: none;}
a:visited           { color:black; text-decoration:none; outline: none;}
a:hover             { color:black; text-decoration:none; outline: none;}
a:active            { color:black; text-decoration:none; outline: none;}
a:focus             {-moz-outline-style: none;}
a img 		        {border: none;}