html, body {
	background-image: url("images/background.png");
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	position: fixed; 
	display: table;
	text-align: center;
	background-image: url("images/background_light.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#container p {
	display: table-cell;
	vertical-align: middle;
}
	
#logoLeft {
	display: table-cell;
	width: 280px;
	height: 300px;
	border-right: 1px solid #505050;
}

