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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   line-height: 1.35em; 
   background-color: #1a1a1a;
   font-family: georgia, times, arial;
   font-size: 13px;
	margin: 0 auto;
	text-align: center;
/*   margin-top:20%;*/
/*   padding-bottom:50px;*/
/*	overflow:hidden;/**/
}
h1 {
   width:100%;
   max-width:800px;
   margin:auto;
   margin-top:0em;
   margin-bottom:0.4em;
   padding-top:0em;
   font-size: 2.0em;
   line-height: 1.6em;
   font-weight:normal;
   font-style:normal;
/*   letter-spacing:0.1em;/**/
   color:#eee7e7; /* ff9999 */
   text-align:center;
/*   -webkit-transform:scaleY(2); -moz-transform:scaleY(2); -o-transform:scaleY(2);/**/
}
@media only screen and (max-width: 899px) {
img { 
      margin-top:8%;
      }
}
@media only screen and (max-width: 799px) {
img { 
      margin-top:10%;
      }
}
@media only screen and (max-width: 699px) {
img {
      margin-top:12%;
      }
}
@media only screen and (max-width: 599px) {
img {
      margin-top:15%;
      }
}
@media only screen and (max-width: 499px) {
img {
      margin-top:18%;
      }
}
@media only screen and (max-width: 399px) {
img {
      margin-top:20%;
      }
}
img {
   display:block;
   text-align:center;
   width:100%;/**/
   max-width:600px;
   margin:auto;
}
