body {
		background-color:#fff;
		font-family: verdana,sans-serif;
	    width: 100%;
	    margin: 0px;
        
	}
	h1 {
		font-family: verdana,sans-serif;
		font-size:1.2em;
		color:#000;
		text-align: center;
	}
	h2 {
		font-family: verdana,sans-serif;
		font-size:1.1em;
		color:#000;
		text-align: center;
	}
	h3 {
		font-family: verdana,sans-serif;
		font-size:1em;
		color:#000;
		text-align: center;
	}
	p {
		font-family: verdana,sans-serif;
		font-size:1em;
		color:#000;
		text-align: center;
	}	

	a {
	color:#1200ff;
	}
	.logoHolder {
		width:100%;
		text-align:center;
	}
	.headerText{
	    width: 90%;
        margin: 0 auto;
	}
	.landingContainer {
		position:relative;
		width: 800px;
		margin: auto;
	}
	.mainLogo {
		border:0px;
	}
	#footer {
		width: 100%;
		margin: auto;
		height: 8.5em;
		font-size: 0.6em;
		line-height: 2.6em;
		color: #000;
		padding: 10px 0px 0px 0px;
		text-align:center;
		position: relative;
		bottom: 10px;
		background-color: #fff;
	}
	.innerContent{
		text-align: left;
		padding: 0px 10px 0 5px;
	}	
	.innerContent p{
		text-align: left;
	}
	.content{
		background: #cecece82;
		padding: 10px 0 10px 10px;
	    text-align: center;
		width: 550px;
		height: auto;
		margin: 30px auto;
	}
	.content img{
		width: 400px;
		margin:30px auto;
	}
	#contentLogo{
	    width:395px;
	    margin: 0px auto;
	    position: relative;
	}
	.backdrop{
		position: fixed;
		top: 0px;
        left: 0px;
        z-index:-6;
        width:100%;
		height:100%;
		background-color: #edfeff;
       /* background: url('../images/clouds.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;*/
        background-size: 100%;
	}
	#backdropImage{
		height: auto;
		width: 100%;
	}
	.linkCont:hover {
		width:90%;
		background-color:#fff;
		padding: 10px;
		margin: 10px auto;
		cursor:pointer;
	}
	
	@media screen and (max-width: 768px) {
        .content{
    		width: 93%;
			margin: 30px auto;
			padding: 10px 5px 10px 5px;
		    text-align: center;
			height: auto;
    	}
    	.content img{
    		width: 90%;
    		margin:30px auto;
    	}
    	#contentLogo{
    	    width:100%;
    	}
        #backdropImage{
			height: 100%;
			width: auto;
			/*max-width: 1280px;
		    max-height: 960px;*/
		}
	}