body {
	background:#000000;
	color:#ffffff;
}

div {
	position: relative;
	margin: 0px;
	padding: 0px;
}


h1 {
	font: 1.4em 'Arial Black',Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 20px;
}

p {
	width:400px;
	font: 0.9em Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: justify; 
	position: relative;
	margin: 0px;

}

quote {
	padding: 20px;
	font-style: italic;
}

a {
	color: #ff5500;
	text-decoration: none;
	font-weight: bold;
}

	a:hover
	{
		cursor: pointer;
		color: #ff0000;
		font-weight: bold;
	}
	
	a:visited
	{
		text-decoration: none;
		border: none;
	}


#latest h1, #customisation h1 {
	text-align: right;
}

#hello h1, #branding h1, #footer h1 {
	text-align: left;
}

#latest p, #customisation p {
	padding: 0 20px 0 380px;
}

#hello p, #branding p, #footer p {
	padding: 0 380px 0 20px;
}

#hello {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:200px;
	background:#000000 url("hi.jpg") no-repeat;
}

#latest {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:275px;
	background:#000000 url("fb3.jpg") no-repeat;
}

#branding {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:175px;
	background:#000000 url("fm.jpg") no-repeat;
}

#customisation {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:250px;
	background:#000000 url("mpw.jpg") no-repeat;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:150px;
	background:#000000 url("footer.jpg") no-repeat;
}

