/* basic reset and globals */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-family: "Times New Roman", Times, san-serif;
vertical-align: baseline;
	overflow-x:hidden;
	overflow-y:hidden;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body {line-height: 1;} ol, ul {list-style: none;} blockquote, q { quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;} table {border-collapse: collapse; border-spacing: 0;}
/* css begin */

#main{
    height:694px;
	width:1024px;
	overflow-x:hidden;
	overflow-y:hidden;
	border-bottom: 1px;
	border-style: solid;
	position:absolute;
}

#title{
   font-size: 24px;
   position: absolute;
   margin:4px 0px 0px 46px;
   padding:0px 100px 0px 5px;
   z-index:100;
   background-color: #FFF;
   width: 672px;
   height: 27px;
   font-family: "Times New Roman", Times, san-serif;
   border-width: 1px 0px;
}


#topmask{
	height:40px;
	width:1024px;
   z-index:99;
   padding-top: 0px;
	background-color:white;
	border-bottom: 1px;
	border-style: solid;
}

#lyrics, #page2{
   font-size: 16.5px;
   line-height: 17px;
   margin: 15px 0px 0px 30px;
   position: absolute;
   height: 2000px;
   width: 650px;
   font-family: "Times New Roman", Times, san-serif;
   overflow-y: hidden;
   overflow-x: hidden;  
}

#page2{
	left:500px;
	top:-620px;
}

span{
   height: 1000px;
   width: 26px;
   background-color:#AAA;
   position: absolute;
   text-align: center;
   padding: 0 auto;
   font-size: 80px;
   z-index:1000;
   padding-top: 380px;
   color:#AAA;
}

#close, #right{
   left: 998px;
}

#far{
   left: 1392px;
}

#close, #back{
   width: 26px;
   height: 46px;
   font-size: 42px;
   background-color:#CCC;
   margin: 0 auto;
   padding-top: 0px;
   padding-bottom: 0px;
   font-family: "Times New Roman", Times, san-serif;
   color:black;
}

#back{
	letter-spacing: -36px;
	padding-left: -0100px;
}

#backtext{
   font-size: 36px;
	letter-spacing: -28px;
	margin-left: -54px;
	margin-top: 3px;
}

a, a:Visited{
   color:#000;
}

textarea{
	width: 400px;
	height: 24px;
	margin: 10px;
	padding-top:1
	font-size: 18px;
    resize: none;
	border: 0px;
}

@media screen and (max-width: 1000px){
#main{
    height:960px;
	width:768px;
	overflow-x:hidden;
	overflow-y:hidden;
	border-bottom: 1px;
	border-style: solid;
	position:absolute;
}

#lyrics, #page2{
   font-size: 22px;
   line-height: 24px;
   margin: 15px 0px 0px 50px;
   position: absolute;
   height: 2000px;
   width: 650px;
   font-family: "Times New Roman", Times, san-serif;
   overflow-y: hidden;
   overflow-x: hidden;  
}

#page2{
	display: none;
}

#title{
   font-size: 24px;
   position: absolute;
   margin:4px 0px 0px 46px;
   padding:0px 100px 0px 5px;
   z-index:100;
   background-color: #FFF;
   width: 672px;
   height: 27px;
   font-family: "Times New Roman", Times, san-serif;
   border-width: 1px 0px;
}

#top{
   height:24px;
   width:100%;
   background-color:#A00;  
}

span{
   height: 620px;
   width: 46px;
   background-color:#AAA;
   position: absolute;
   text-align: center;
   padding: 0 auto;
   font-size: 80px;
   z-index:1000;
   padding-top: 380px;
   color:black;
}

#close, #right{
   left: 722px;
}

#far{
   left: 1392px;
}

#close, #back{
   width: 46px;
   height: 46px;
   font-size: 42px;
   background-color:#CCC;
   margin: 0 auto;
   padding-top: 0px;
   padding-bottom: 0px;
   font-family: "Times New Roman", Times, san-serif;
}

#back{
	letter-spacing: -36px;
	padding-left: -0100px;
}

#backtext{
   font-size: 36px;
	letter-spacing: -28px;
	margin-left: -54px;
	margin-top: 3px;
}

}