* { margin:0; padding:0; font-size: 100%; }

html {height:100%}

body {
    min-height: 100%;
    font-size: 100.01%;
    position: relative;
    color: #000;
    background: #000;
    padding:0;
    margin:0;
    text-align: center;
    
}
#contentbox {
height: 95%;
width: 100%;
padding:10px 0px 0 0px;
margin:auto;
text-align: center;
}

.logo {
position: relative;
top: 20%;

}

.logo img {
	height: 50%;

	}
#bg {
	
	background-image: url('occhu-collage-1280-001.gif');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 95%;
	width: 100%;
	margin: auto;
	text-align: center;
	
	
}



.blind {
clear:both;
background: #ffffff;
visibility:hidden;
font-size:0;
height:0;
}
.spacer {
clear:both;
visibility:hidden;
font-size:0;
height:10px;
}