/* Universal layout divisions */
html { 
	min-width: 780px;
	 }
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFF url(../images/background.gif) top center repeat-y;
	}
#wrapper	{
	background: #FFF;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}