/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #000000;
font-family: arial;
}

a {
color: #12F2D5;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.home_contentPanel {
background-image: url(images/gradient-top.jpg);
background-repeat: repeat-y;
}

p, .music {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 14px;
}

td {
vertical-align: top;
}

.four {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

.footer {
color: white;
font-size: 10px;
}