 /* centreren website */

body 
	{
	color: white;
	background-color: #000000;
	margin: 0px
	}

#container       
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#center    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -318px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 636px;
	height: 500px;
	visibility: visible;
	background:url(images/index.gif) top no-repeat;
	}

a:link, a:visited 
	{
	color: #d07701;
	text-decoration: none
	}

a:hover 
	{
	color: #000000;
	text-decoration: none
	}

image{
border: 1px solid #d07701;
} 
