body {
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
}
#container {
		position: relative;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		border: 0px solid #000;
		width: 600px;
		height: 849px;
		z-index:0;
		overflow: hidden;
}
p {
		margin: 0.3em 0.3em 0.5em 0.3em;
}
code {
		font-size: 115%;
}

#content {
		position:absolute;
		left:0px;
		top:0px;
		height:849px; max height:600px;
		width:600px; 
		z-index:2;
		background-image:url(october.jpg)

}
