* {
    margin: 0;
}
html, body {
height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.frame {
background-image:url(images/framebg.jpg);
background-repeat:repeat-y;
background-position:top center;
}
.itunes{
position:absolute; 
top: 0px; 
left: 0px; 
background-color:transparent;
z-index:3;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -55px;
}
.footer, .push {
height: 55px;
}
.footer {
bottom:auto;
width:100%;
}
.footer td {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#00ff00;
font-weight:bold;
}
.footer td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00ff00;
}
.footer td a:visited {
	color: #00ff00;
	text-decoration: none;
}
.footer td a:hover {
	color: #ffffff;
	text-decoration: none;
}