@charset "UTF-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
}

body{
	background:url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -1000;
}

IMG.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 4em;
	}

.bucket-row{
	width: 650px;
	margin: 0 auto 0;
	}
	
.bucket-item{
	display: inline;
	
	}
	
