/* Imago Nova v1.0 copyright Neil Dawson, Calum Pringle, Jen Strachan, Jo Montgomery 2007 */

html {
	height: 100%; /* Firefox hack for background centering */
	}

body {
	background: url(../images/fadedbackground.jpg) center center;
	height: 100%; /* Firefox hack for background centering */
	margin: 0px;
	line-height: 0px;
	}

body.splash {
	background: url(../images/background.jpg) center center;
	}

/* Div covering whole page for centering purposes */
div.page {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
    }

/* Div containing logo, menu and content for centering purposes */
div.all {
	display: table-cell;
	width: 530px;
	vertical-align: middle;
	text-align: center;
	}

iframe.content {
	background: #fff;
	border: 0px;
	width: 1054px;
	height: 630px;
	/* margin: 3px; */
	}

img {
	border: 0px;
	}