html{
    /*background: url('logoc.png') no-repeat center center;*/
    height: 100%;
    color: #000;
}
body{
    margin: 0;
    padding: 0;
    color: #000;
}
a{
    color: #000;
}
#imagewrapp{
	text-align:center;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
#imagewrapp img{
	margin-top: 2%;height:95%;
}
address, small {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
}
small{
    margin-top: 20px;
}