@-ms-viewport   {width: device-width;}
@-webkit-viewport {width:device-width}
@-moz-viewport  {width:device-width}
@-o-viewport    {width:device-width}
@viewport       {width:device-width}

body {	color: #000;
	background: #fff;
	max-width:900px;
	margin:0 auto;
	padding:0.5em 1.7em 1.5em;
	box-shadow: 0 0 30px #eee;
	font-family:Georgia, sans-serif;}

div.footer {line-height:1;}

img {	max-width:100%;
	height:auto;}
