html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:auto; /*get rid of scroll bars in IE */
/* */
text-align: center;
}

body{
	margin: 0;
	height: 100%;
	max-height: 100%;
	padding: 0;
	border: 0;
	width: 100%;
	overflow: scroll;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

#hcontainer{
	position: absolute;
	clear: both;
	width: 100%;
	height: 130px;
	top: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	background: url('../images/navbg.png');
	background-position: center;
	background-repeat: repeat-y;
}

#header{
	background: url('../images/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 480px;
	height: 97px;
	text-align: center;
	margin: 0 auto;
	z-index: 99;
}

#nav{
	min-width: 480px;
	width: auto;
	height: 33px;
	color: #539ea8;
	font-size: 30px;
	margin: 0 auto;
	background: url('../images/navbg.png');
	background-position: center;
	background-repeat: repeat-y;
	z-index: 30;
}

#content{
	width: 480px;
	color: #919598;
	margin: 130px auto 0 auto;
	padding-top: 20px;
	overflow: auto;
	padding-bottom: 90px;
}

#lyric{
	width: auto;
	text-align: left;
	margin: auto auto 180px 60px;
	position: fixed;
	clear: both;
	bottom: 0;
	color: #539ea8;
}

#background{
	position: fixed;
	clear: both;
	width: 100%;
	height: 100px;
	bottom: 0;
	border: none;
	padding: 13px 0 0 0;
	background-image: url('../images/sea.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#lyricbackground{
	position: fixed;
	clear: both;
	width: 100%;
	height: 200px;
	bottom: 0;
	border: none;
	padding: 13px 0 0 0;
	background-image: url('../images/bigsea.png');
	background-position: bottom;
	background-repeat: repeat-x;
}


#left{
	position: fixed;
	clear: both;
	width: 110px;
	height: 272px;
	bottom: 0;
	border: none;
	background-image: url('../images/left.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#right{
	float: right;
	position: fixed;
	clear: both;
	width: 110px;
	height: 272px;
	bottom: 0;
	right: 0;
	border: none;
	background-image: url('../images/right.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

h1{
	text-decoration: none;
	line-height: normal;
	font-size: 20px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #539ea8;
}

.date{
	font-weight: bold;
	color: #539ea8;
}

img{
	border: none;
}

.lyrics{
	font-size: 60px;
	font-weight: 450;
}