/* CSS Document */
	body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color: #791d34;
	background-image: url(images/top-gradient.png);
	background-repeat: repeat-x;
	}
	#container {
	text-align: left; /* counter the body center */
	
	width: 450px;
	height: 450px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	}
	p {
		margin: 0.3em 0.3em 0.5em 0.3em;
	}
	code {
		font-size: 115%;
	}
.style1 {
	font-size: 70%;
	color: #791d34;
}
