
/* TEXT STYLES */

body {
	background: #000000 url("http://essentialdesign.co.uk/images/clientsimages/fire_dance_BGLFT.jpg") no-repeat left top;
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight:bold;
	line-height: 1.5;
	text-align: center;
	line-height: 22px;
	}

a 	{
	text-decoration: none;
	}
	
img {  border-style: none;
	}
	
a:hover {
	color: #666666;
	}
	
.container {
	background: url("http://essentialdesign.co.uk/images/clientsimages/fire_dance_BGRT.jpg") no-repeat right top;
	width: 100%;
	}
	
.header, .logo {
	margin-top: 30px;
	}
	
.footer {
	border-style: none;
	}
	
.red {
	color: #a21201;
	}
.green {
	color: #00ac1a;
	}
.orange {
	color: #dc3f03;
	}
.yellow {
	color: #dd7c1c;
	}
.dkgreen {
	color: #008a15;
	}


