a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
body {
	background-image: url(/img/background.png); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align: center;
} 
table {
	background-image: url(/img/vbackground.png); /** Link to the image you created **/
	background-repeat: repeat-x; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}
#container2 {
	width: 441px;
	margin: 0 auto;
	text-align: center;
} 	
.slideNumbers {
	font-family: "Arial Narrow", Arial;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
}

