html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%
  vertical-align: baseline;
  background: transparent;
}

body { 
	color:#665544; font: 1rem Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.6;
}
a { color:#E69A3B; font-weight: bold; }
h2 { font-size: 2em;  margin-top: 20px;margin-bottom: 10px; }
p { margin-bottom:10px; }

#head { background:#FFAD42; top: 0px; height:200px; width:100%; position:fixed; z-index:1000;}
#logo { padding-top:100px; }
#content { padding:20px; position:relative; z-index:1; margin-top:200px; }

@media (max-width: 600px) {
	body {
		font-size: 1.2rem;
	}
	#head { height:100px; width:100%; }
	#logo { padding-top:50px; padding-left:10px; }
    #logoimg {
        width: 270px;
        height: 51px;
    }
}
