body{
	
}

#landingPage{
	position: absolute;
	height: 100%;
	width: 100%;
}


#landingPage #logoContainer{
    background-image: url("../img/ADAIO.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px auto;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#landingPage #siteBG{
    background-image: url("../img/memphis.svg");
    background-position: center top -3px;
    background-repeat: repeat-x;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: auto 90px;
}


#landingPage #comingsoon{
	
}