@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat;	
	color:#898989;
	margin:0 auto;
	}
	
.light {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:11px;
	text-decoration:none;	
}
.textstyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:11px;
}
