@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
h1 {font-size:18px;}
h2 {font-size:16px;}

#main {
width:70%;
margin: 0 auto;
text-align:center;
}

img {
  max-width: 100%;
  width: 800px;  // assume this is the default size
}