

body{
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	color:#fff;
	background: url('../images/new/bg.jpg');
	background-color: #252525;
	font-size: 16px;
	margin-top:0px;
	}

#shell{
	width:650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	}	
	
#content{
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#foot{
	height:15px;
	width:650px;
	text-align: center;
	color: #d2ff00;
	font-size: 10px;
	}
	
h1{
	font-size:25px;
	padding:10px;
	color:#fff000;
		margin-left:5px;
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #58ff00;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #58ff00;
	}
a:hover, a:active { 
	text-decoration:underline ; 
	color: #58ff00;
	}
