html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.left {
	background: url("SBFR-01.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	height: auto;
}
