@charset "UTF-8";
/* CSS Document */


/* common css on every page */
body {
	font-size: 12px;
}

#page {
	background-image: url( '../_images/logo_bg.jpg' );
	background-repeat: repeat-x;
}

#page #content {
	width: 700px;
	height: 100%;
	margin: 0pt auto;
}

#siteHeader {
	margin-left: 50px;
	margin-bottom: 20px;
	width: 600px;
	height: 160px;
	background-image: url( '../_images/kn_logo.jpg' );
	background-repeat: no-repeat;
	text-align: center;
}
#siteHeader .nav {
	position: absolute;
	width: 700px;
}
#siteHeader .nav .artButton {
	position: absolute;
	top: 30px;
	left: -250px;
}
#siteHeader .nav .musicButton {
	position: absolute;
	top: 30px;
	right: -150px;
}
