
html, body {height: 100%;}

body {
  background-image: url("./src/piwakawaka.jpe"); /* The image used; was src/fantail.JPG */
  background-color: #000000; /* Used if the image is unavailable */
  /*height: 800px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 60px;}

#footer {position: relative;
	margin-top: 60px;
	height: 60px;
	clear:both;} 

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

