@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(assets/images/background.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #f1f1f1; /** Website BG colour (matches canvas colour in Step 1) **/
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva;
}
#container table tr td {
	color: #FFF;
	font-size: 14px;
	text-align: justify;
}
#container table tr td {
	text-align: center;
}
