/* CSS Document */


html, body, img, label, a, td, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
		
/* set the image to use and establish the lower-right position */ 
#container{
	text-align: center;
	margin: 10px auto;
}

#contents{
	padding: 25px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #000000;
background-color: #F5F5F5;
text-align: center;
}

 #wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 858px;
	height: 1100px;
	margin: 0px auto;
	top: 9px;

	


        }
