body {
	background-color: transparent; /* cosmetic */
	background-image:url(../img/cotton.gif);
}
div#wrapper {
	background-color: transparent; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	margin-top:-274px;
	/* margin-top: -25%; */
	
}

div#footer {
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	font-size:10px;
	/* text-align:center; */
	position:relative;
	margin-top: 5px;
	/*top: 75%;
	left: 50%;*/
}

div#center {
	
}
