html, body, div, span, p, a, img, h1, h2, h3, h4, h5, h6, ul, ol, li {
margin:0;
padding:0;
border:0;
outline:0;
}

body {
text-align: center;
font-family: myriad, arial, helvetica, sans-serif;
}

#songsheet {
margin: 150px auto 0;
width: 800px;
}

#songsheet h1 {
width: 438px;
height: 85px;
background: url(../images/logo.gif) no-repeat;
text-indent: -9999px;
margin: 0 auto;
}

#songsheet p { color:#565656; }

#songsheet h2 {
width:300px;
background: #37696B;
color: #fff;
}

#songsheet #news {
width:300px;
border: 1px #37696B solid;
margin-left:500px;
}

#news div {
overflow:scroll;
overflow-x:hidden;
height:200px;
text-align:left;
padding:10px;
}

#temp {float:left;}