/* CSS Document */

*{
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
}

html{
background-image:url(wood.jpg);
background-position:top;
text-align:center;
}

body{
background-image:url(music.gif);
background-position:top;
text-align:center;
background-repeat:no-repeat;
}

.goeshere{
width:328px;
height:325px;
margin:0px auto;
top:120px;
position:relative;
text-align:left;
}
#paper{
width:410px;
margin:0px auto;
background-image:url(audiobg.jpg);
background-repeat:repeat-y;
background-position:center;
}

#content{
width: 670px;
margin:0px auto;
}
#papertop{
width:410px;
height:388px;
margin:0px auto;
background-image:url(audiotop.jpg);
background-repeat: no-repeat;
background-position:center;
}
#paperbot{
width:410px;
height:220px;
margin:0px auto;
background-image:url(audiobot.jpg);
background-repeat: no-repeat;
background-position:center;
}

a, h4{
color:#CC0000;
text-decoration:none;
}
a:hover{
color:#CC6666;
}
.copyrighted{
font-size:9px;
color: #333333;
width:600px;
margin:0px auto;
}

p{
width:360px;
margin:0px auto;
}
