﻿/**
 * Colours:
 * 
 * Background1: 	#ffffff
 * ContentText:	  #000000
 * Sub-Links:		  #F56114
 * ContentLinks:	#F56114
 * BG-Navi:			  #000000
 **/



body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-position: center;
	background-color: #ffffff;
}



#page {
	background-color: #ffffff;
	border: 1px solid;
	bordercolor: #000000;
	width: 878px;
	text-align: center;
}

