/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	}
body {
	background-color:black;
	background-position:top center;
	background-repeat:repeat-x;
	}
#pageContainer {
	position:relative;
	width:1000px;
	margin:0 auto;
	height:100%;
	}
#header {
	position:relative;
	height:120px;
	width:1000px;
	}
#navi_bar {
	position:relative;
	margin:-104px 0 0 11px;
	height:40px;
	width:980px;
	background-repeat:no-repeat;
	}
#content {
	position:relative;
	margin:63px 0 50px 10px;
	padding:0;
	width:980px;
	background-color:black;
	border:2px solid #222222;
	}
#lyrics {
	width:980px;
	height:550px;
	overflow:auto;	
	}