html, body {
	color: #000;
	margin: 0;
	text-align: center;
	background-color: #838383;
}


div#wrapper {
	width: 1280px;
	height: 637px;
	background: #000 url('http://www.speakers.co.uk/csaWeb/global/layout.jpg') no-repeat;
	text-align: center;
	margin: 0 auto;
}
div#menu {
	position: relative;
	top: 365px;
	left: 175px;
	width: 922px;
	height: 21px;
}

div#text {
	position: relative;
	top: 390px;
	left: 175px;
	width: 922px;
	height: 87px;
}


span#menuitems {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
}

p#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}    

#bolded {
	font-weight: bold;
}
#bolded2 {
	font-weight: bold;
}
#bolded3 {
	font-weight: bold;
}
#bolded4 {
	font-weight: bold;
}
a:link { 
	color: #d4d4d4;
	font-weight: bold;
	text-decoration: none;
}
a:visited  {
	color: #d4d4d4;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
} 
a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
