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

body {
	background-image:url(background.png);
	background-repeat:repeat-x;
	margin:0;
	color:#c5c5c5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

div {
    text-align: left;
}

#wrap {	
	margin: auto;
	position: relative;
	text-align: center;
	width: 850px;
}