.vertical-align {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
}

.colWrapper{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

a.brand {
	background: url(../img/logo.png) center center no-repeat;
}
