body, html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #1E2226;
}

h1{
    text-align: center;
	margin: 340px 0 50px 0;
}

#alternateContent{
    display: none;
	text-align: center;
}

    #alternateContent h2{
        font-size: 1.1em;
        font-weight: normal;
    }
    
        #alternateContent h3{
            font-size: 1em;
            font-weight: normal;
        }
	
	#alternateContent ul{
		margin: 0 0 10px 0;
		padding: 0;
		color: white;
		list-style-type: none;
	}
	
	    #alternateContent ul.gallery{}
	    
	    #alternateContent a{
    		color: white;
    		text-decoration: none;
    	}

    	#alternateContent a:hover{
    		text-decoration: underline;
    	}
			
#message{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #333;
	background: #fff;
	padding: 4px 0;
	text-indent: 20px;
}

	#message a{
		color: #333;
		text-decoration: underline;
	}