a:link {color: #9CFF9D}     /* unvisited link */
a:visited {color: #9CFF9D}  /* visited link */
a:hover {color: white}   /* mouse over link */
a:active {color: #0000FF} /*selected link*/

html, 
body 
	{
	background:black;
	background-image: url("/images/backgroundpic-8.jpg");
	background-position:center top;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	}

#container
	{
	position:relative;
	margin:auto;
	color:white;
	font-size:15px;
	background-color:black;
	width:440px;
	padding:1px 10px 1px 10px;
  /* for IE */
  	filter:alpha(opacity=60);
  /* CSS3 standard */
  	opacity:0.7;
	}

#socials
{
	position:relative;
	margin:auto;
	text-align:center;
	margin-top:10px;
	width:440px;
}

#footer
{
	position:relative;
	margin:auto;
	margin-top:360px;	
	padding-left:25px;
	width:470px;
	background:black;
	color:white;
	font-size:12px;
}

