body {
			width: 904px;
			background-color: #ffff99;
			margin: 0em auto;
		}
		

	}	
		#header-wrapper {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			padding-bottom: 0.5em;
			background: #FFFF99;
		}	
		
		#header {
			width: 904px;
			margin: 0 auto;
		}

		h1 {
			margin-top: 0.2em;
		}




/* Visible image map container */
#thismenu {
position: relative;
width: 904px;
height: 360px;
background: url(images/barry-decorating.png) no-repeat;
margin: 0;
padding: 0;
}

/* List styling */
#thismenu li {
display: block;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}

/* Link styling */
#thismenu a {
display: block;
text-indent: -9999px;
text-decoration: none;
outline: none;
cursor: default;
}

/* Country position on the image (z-index goes here) */
#myservices {left: 200px; top: 240px;}
#aboutme {left: 540px; top: 240px;}


/* Country width & height */
#myservices a {width: 320px; height: 80px;}
#aboutme a {width: 320px; height: 80px;}


/* Country hover image position */
#myservices a:hover {background: url(images/barry-decorating.png) -200px -164px no-repeat;}
#aboutme a:hover {background: url(images/barry-decorating.png) -540px -164x no-repeat;}


