/* Begin body of web site */ 

body {
	background: #ffffff;
	text-align: center;
}

/* End body of site */



/* Begin title of site */

div.titled {
	position: relative;
	top: 0px;
	margin:0 auto;
	background: url(http://www.deviantdog.co.uk/Images/titlenight.jpg) no-repeat top left; 
	width: 800px;
	height: 150px;
	padding-right: 0px;
    padding-left: 0px;
    text-align: left;
}

/* End title of site */