
	html , body {  height: 100%; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 10px; background-color: #eeeeee; color: #949494; }
	header a {text-decoration: none;color: #FFF; }
	article a {text-decoration: none; color: #949494;} 
    
    h1 { font-size: 1.5em; font-weight: 200; }
	article { padding: 1em 1em;}
	fieldset {line-height:1.5; border: 0; margin: 1; padding: 1em; background-color: #f7f7f7; box-shadow: 0 0 5px rgba(0,0,0,0.2);  border-radius: 0.3em; margin-bottom:10;}
	
	fieldset > h3 { font-weight: 500; font-size: 1.2em; background-color: #FFF; margin: -0.824em -0.824em 0.824em -0.824em; padding: 1em; box-shadow: 0 0 3px rgba(0,0,0,0.1); border-radius: 0.3em 0.3em 0 0; }
	header { background-color: #3f51b5; padding: 1em 1em 1em 1em; color: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
	#h {width:100%; position:fixed;}
	
	header > h1 { margin: 0; }
	fieldset img {width:100%;}
	
	footer {/*position:fixed; bottom:0;*/ width:100%; text-align:center;}
	@media screen and (min-width: 1000px) {
	    body {margin-left:35%; margin-right:35%;} 
	    #h{ width:29%;} 
	    footer {/*width:30%;*/}
	}