/* CSS Document */

body {
 	   position: absolute;
 // 	   background: white url("/images/nichework-grunge-header.jpg");
  	   background-attachment: scroll;
 	   background-position: top center;
	   background-repeat: no-repeat;
	   font-family:arial;
	   font-size:12;
}

#topper {
	    position: relative;
        width: auto;
        height: auto;
        top: 120;
        right: 10;
        bottom: auto;
        left: 10;
}

#main {
	  padding: 10px;
	  margin: 10px;
}

#benpic {
		float:right;
		margin: 10px;
}
