@charset "UTF-8";
/* CSS Document */

body {


background: #c5c4c4 url(images/bg-gradient.png) top left repeat;

}
	

a, img, a img { 
    border: 0; /* remove borders around links in IE*/
	}
	
	
#content {
	text-align: center;
	width: 1200px;
	margin: 20px auto 0px;
	}
	

#header, #body, #footer {
	
text-align: center;
	width: 1200px;
	margin: 0px auto;
}

/* REMOVES BLUE BOXES AROUND MAPPED /HOTSPOT AREAS _______________________________________________________ */

map area {
outline:none;
}

