/* Centering the page */
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container
{
	position: relative;
	width: 780px;
	margin: 0px auto;
	text-align: left;
}


/* Styling the page */
body
{
	font: Georgia 16px;
	color: #ffffff;
	background-color: #737C83;	/*#B04040;*/
	background-image: url(./faux_columns.png);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

