@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #F57BA0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F57BA0;
}
a:hover {
	text-decoration: none;
	color: #F9AEC5;
}
a:active {
	text-decoration: none;
}
.style3 {
	color: #666666;
	font-size:10px;
	}

#container {
   min-height:100%;
   height:100%;
   position:static;
   }
#header {

}

#content {
	padding-bottom:70px;
	width:100%;
}   
.releases img{
border:none;
}

#footer {
   position:relative;
   bottom:0;
   width:100%;
   height:70px;   /* Height of the footer */
}  