body {
font-family: Arial, sans-serif;
background: #F3EBDE;
font-size:12px;
color:#222;
padding:0;
margin:100px 50px;
}

#container {
width:960px;
margin:30px auto;
position:relative;
text-align: center;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#FC9;
}


/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:4px;
	left:388px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
	height:63px;
	width:200px;
	text-indent:-8000px;
	overflow:hidden;
	background:url(/images/logo.gif) no-repeat;
}

p {
	padding-top: 50px;
}



