body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
        text-align: left;
        background: #ebebeb;
}
li {
  list-style-type:circle;
}

div#wrapper {
	position : relative ;
	top : auto;
	left :auto;
	width : 800px;
	height : 1650px;
	font-family :  Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	margin-left: auto; 
	margin-right: auto;
	}
	
div#main {
	position : relative ;
	top : auto;
	left :20px;
	width : 800px;
	height : 1650px;
	color: white;
	font-size: 13px;
	}
	

