body {
background: #550000;
background-image: url('http://robconway.neo-zelandaise.net/images/background.jpg');
background-repeat: repeat-y;
margin: 0px 0;
text-align: left;
align: center;
}
#container {
width: 750px;
}
#header {
width: 750px;
height: 524px;
}
#content {
background: #FB9E9A;
float: left;
position: absolute;
width: 300px;
top: 425px;
left: 430px;
text-align: left;
}
#leftbar {
background: #FB9E9A;
float: left;
width: 360px;
position: absolute;
top: 260px;
left: 5px;
}

p {
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	color: #000000;
	background: transparent;
	}

	a	{ color: #ffffff; background: transparent; text-decoration: none;} 
	a:link	{ color: #000080; background: transparent; font-weight: bold; } 
	a:visited	{ color: #000080; background: transparent; font-weight: bold; } 
	a:active	{ color: #000000; background: transparent; font-weight: bold; } 
	a:hover	{ color: #838383; background: transparent; text-decoration: underline; font-weight: bold; }

td {font-family: verdana; font-size: 11px; color: #000000}