a {border:none;}
a img {border:none;}
iframe {display:none;}


body { 
    background: url(../images/kwbg.jpg) repeat fixed; background-color:black; background-position:top center; 
    color:gray;
	font-family:Arial, Helvetica, sans-serif;
	_font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
	
	scrollbar-face-color:black;
	scrollbar-highlight-color:darkred;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:darkred;
	}

	a { 
		color:white;
		font-family:arial, sans-serif;
		font-size:16px; text-decoration: none; border:0px;
		font-style:italic;
		}

	a:hover { 
		color: blue;
		text-decoration: lowercase;
		border:none;
		}

		#hov a:hover img {
		color:white;
		margin:0px;
		padding:0px;
		border:none;
		}

	a:active { 
		color: lightblue;text-decoration: none; border:none;
		}

	#container {
		height:100%;width:100%;padding:0px;margin:0;position:absolute;text-align:left;background:transparent;
		}
		
	#contentcontainer { 
		left:50%; width:1000px; height:600px; position:absolute; top:0px; margin-left:-500px;margin-top:210px;
		}

		#navcontainer {
		float:left; height:100%; width: 290px; text-align: left;
		}
	
	#footer {text-align:left;}
	
