* {
 margin: 0;
 padding: 0;
 }

body {
background-color: #DBDBEA;
}

td img {display: block;}

#content {
        z-index: 0;
        width: 1002px;
        background-repeat: no-repeat;
        background-color: black;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        color: #ffffff;
        position: relative;
}

#menu {
	z-index: 10; 
	position:absolute; 
	top: 135px; 
	left: 25px; 
	float:left;
}

#menu li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
}

#parkyquote {
        width: 280px;
        z-index: 10;
        position:relative;
        top: 35px;
        right: 30px;
        float:right;
}

#parkyquote p {
        font-family: "Times New Roman", serif;
        font-size: 16px;
        color: #000000;
        font-weight: normal;
}

#playlistcontainer {
	width:270px;  
	position:relative; 
	left: 25px; 
}

#copy p {
	padding-left: 25px;
	padding-bottom: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        font-weight: normal;
}

#homehead {
        z-index: -1;
        position:absolute;
        bottom: 0px;
        right: 0px;
}

#homebody, #musicbody{
	width: 690px;
        z-index: 10;
}

#leftCol {
	width: 310px;
	float: left;
	padding-top: 160px
}
#rightCol {
        width: 690px;
        float: right;
	padding-top: 120px
}
#homebody h1, #lyrics h1, #musicbody h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
	padding-top; 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
#musicbody h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        padding-top; 0px;
        margin-top: 0px;
        padding-bottom: 10px;
}
#homebody p, #lyrics p {
	width: 650px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ffffff;
        font-weight: normal;
}

#musicbody p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ffffff;
        font-weight: normal;
}


#homebody ul {
	padding-left: 40px;
}
