/* CSS Document */

body {
	background-image: url(./images-contact/background-1.jpg);
  }

.content {
	top: 201px;
	left: 235px;
	width: 729px;
	height: 293px;
	background-image: url(./images-contact/content.png);
	padding: 20px;
	}

.leftmenu {
  position: absolute;
	top: 201px;
	left: 31px;
	width: 187px;
	height: 89px;
	text-align: center;
	padding-top: 79px;
	background-image: url(./images-contact/enquiry.png);
	}

strong {
  font-size: 18px;
	color: #d23f76;
	}
.content a {
  color: #d23f76;
	text-decoration: none;
	}

.bubble {
  position: absolute;
	top: 21px;
	right: 20px;
	}
