/* ============================== LANDING PAGE DEFINITIONS ============================== */
	
	body {
		background: #272f31;
		margin: 0;
	}

	a {
		outline: none;
	}
	
	img {
		border: 0;
	}

	#DIVlandingBG {
		background: url('../graphics/landing-bg.jpg') top center no-repeat;
		width: 100%;
		height: 702px;
		margin: 0 auto;
	}

		#DIVwrapper {
			width: 970px;
			height: 670px;
			margin: 0 auto;
			position: relative;
		}
			
			.TopLayer {
				position: absolute;
				z-index: 5;
			}

			.LinkLogo {
				width: 265px;
				height: 65px;
				top: 75px;
				left: 275px;
			}
			.LinkADTtop {
				width: 45px;
				height: 50px;
				top: 111px;
				left: 197px;
			}
			.LinkADTbtm {
				width: 135px;
				height: 55px;
				top: 605px;
				left: 12px;
			}
			.MenuContainer {			
				width: 500px;
				height: 490px;
				top: 150px;
				left: 275px;			
			}
				.MenuContainer img {			
					width: 500px;
					height: 490px;		
				}
