html {
	height: 100%;
	font-size: 100%;
}

body {
	color: #000000;
	background-color: #ffffff;
	background-image: url('http://www.buttonlair.co.uk/php/banner_l.png');
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
}

h1 {
	font-size: 1.5em;
	margin-top: 1.5em;
}

a:link {
	color: #000000;
}

a:visited  {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

div#content {
	width: 700px;
	margin: auto;
}

div#black {
	width: 50%;
	background: #000000;
}

.bold {
	font-weight: bold;
}