
html,
body{
	height:100%;
}

body {
	background:#000;
	margin:0 auto;
}

.background {
	background: #000 url(../images/under-construct.png) no-repeat bottom right;
	min-width:600px;
	min-height:600px;
	height:98%;
}

.logo,
.flash {
	width:600px;
	height:600px;
	display:table;
	margin:0 auto;
}

.logo {
	background: url(../images/logo.png) no-repeat center;
}

.flash{
	background: url(../images/camera-flash.gif) no-repeat center;
	text-align:center;
	vertical-align:middle;
}
