@import url('master.css');

html { background-color : #f3f3f3; display : block; background-repeat : repeat-x; display : block; 

background-image: url(../img/unibev-bg.jpg);
background-repeat:no-repeat;
background-size: 100%;
background-position: 50% 100%;
min-height: 100%;

 }
body { text-align : left; color : #ddd; font-family : Tahoma, sans-serif; position: relative; 

min-height: 500px;

}

#logo {
	width: 50%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 200px;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
}