@charset "utf-8";

html, body {
	padding:0px;
	background-color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url('../images/bg.jpg');	
}
a:link { 
	color:#fff;
	text-decoration: none;
}

a:visited { 
	color:#fff;
	text-decoration: none;	
}

a:hover { 
	color:#fff;
	text-decoration: none;
}

a:active { 
	color:#fff;
	text-decoration: none;	
}

h2 {
	font-size:18px;
	color:#FFF;
}
ul#lsn {
	list-style:none;
}
ul#lsninline {
	list-style:none;
	float:center;
	position:absolute;
	left:-310px;
	top:-40px;
	width:771px;
	height:97px;
	text-align:center;
	padding-top:30px;
}

#wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	left:-80px;
	top:-98px;
	width:771px;
	height:499px;
}
