@charset "UTF-8";
body {
    font-size: 1em;
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #3c3c3c;
}

img { behavior: url("/css/pngbehavior.htc"); }

#container {
   width: 960px;
   margin: 20px auto;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.1em;
   letter-spacing: 2px;
   font-weight: 700;
   text-align: center;
}

#copyright {
    font-size: 0.6em;
}

