* {
	margin 					: 0px;
	padding 				: 0px;
}
html {
	height					: 100%;
}
body {
	height					: 100%;
	background-image		: url(../imgs/main-bg.jpg);
	background-repeat		: no-repeat;
	background-position		: center center;
}
#container{
	position				: relative;
	left					: 0px;
	top 					: 0px;
	
	width 					: 952px;
	height 					: 562px;
	background-image		: url(../imgs/landing-page-main-bg.jpg);
	background-repeat		: no-repeat;
	background-position		: left top;
	text-align 				: left;
	vertical-align 			: top;
}