body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
	margin: auto;
	vertical-align: middle;
	z-index: 1;
	
}

.style1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #FF9900}
.style3 {
	color: #333333;
	font-style: italic;
	margin-right: 10px;
}



#wrapper {
	color: #FFF;
	background-color: #000;
	height: 650px;
	width: 750px;
	position: relative;
	left: auto;
	top: auto;
	background-image: none;
	padding: 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	border: 0px solid #FFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #logo {
	padding: 0px;
	text-align: left;
}
#wrapper #menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-left: 20px;
}

#wrapper #content {
	vertical-align: top;
	text-align: left;
	top: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
<style type="text/css">

#container {
	background: #333333;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#btmenu {
	color: #FFFFFF;
	background: #000000;
	height: 200px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	position: absolute;
	margin-top: 500px;
}


</style>

@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
#wrapper #menu a:link home {
	background-image: url(images/home.png);
}
.enquiry {
	vertical-align: text-top;
}
a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}

a img {border: none; 

}

