@charset "utf-8";
/* CSS Document */
body {
    height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background-image: url('Images/stripes6.gif');
	background-repeat: repeat;
	text-align: center; /* for IE */
	background-color:#FFF;
	}

#wrap{
	position:relative; 
	width:800px; 
    margin:0 auto;
	background:#ffffff;
	min-height:100%; /* real browsers */
    text-align: left  /* for IE */
	
}

* html #wrap {
	height:100%;
}

	
#content {
	position:absolute; 
	top:0px;
	left:0px;
	width:800px;
	background:#fff;
	}
	
	}
#inner-wrap {
	padding-bottom: 20px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}


	
#footerwrap {
	position: relative;
	width: 800px;
	height: 20px;
	margin: 0 auto; 
}


#footer {
	position: fixed; 
	bottom: 0; 
	width: 800px; 
	height: 20px; 
	margin: 0; 
}
