@charset "utf-8";


html,body{
	margin: 0;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-width: 320px;
	height: 100%;
}
.centerVertical {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}
.centerVerticalWrapper {
	display: table;
	height: 100%;
	width: 100%;
}
        


            /* This rule is read by Galleria to define the gallery height: */
#galleria{
	min-height: 100px;
	height: 95%;
}
