@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#wrapper {
	width: 900px;
	height: 820px;
	overflow: hidden;
	background: url(images/background.jpg) no-repeat top left white;
	margin: 0 auto;
}

#bubbles {
	width: 900px;
	height: 850px;
	float: right;
	top: 0px;
	left: 0px;
	background: none;
	z-index: 10;
}

#bubble1 {
  position: relative;
	top: -130px;
	left: 572px;
	width: 300px;
	height: 328px;
	background: url(images/bubble1.png) top left no-repeat;
}

#bubble2 {
	position: relative;
	left: 634px;
	top: -110px;
	width: 252px;
	height: 272px;
	background: url(images/bubble2.png) top left no-repeat;
}

#bubble3 {
  position: relative;
	left: 502px;
	top: -140px;
	width: 195px;
	height: 211px;
	background: url(images/bubble3.png) top left no-repeat;
}

#bubble4 {
  position: relative;
	top: -310px;
	left: 336px;
	width: 133px;
	height: 144px;
	background: url(images/bubble4.png) top left no-repeat;
}

#bubble5 {
  position: relative;
	top: -460px;
	left: 188px;
	height: 95px;
	width: 88px;
	background: url(images/bubble5.png) top left no-repeat;
}

#bubble6 {
  position: relative;
	top: -610px;
	left: 92px;
	height: 73px;
	width: 67px;
	background: url(images/bubble6.png) top left no-repeat;
}

#logo {
	position: relative;
	top: 5px;
	left: 24px;
	width: 187px;
	height: 149px;
	background: url(images/logo.png) top left no-repeat;
}

#phone {
	position: relative;
	top: -1110px;
	left: 48px;
	height: 95px;
	width: 400px;
}

#phone-call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 5pt;
}

#phone-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	letter-spacing: 7pt;
	font-weight: bold;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 5pt;
	font-weight: bold;
}

.menu a {
	color: black;
	text-decoration: none;
}

.menu a:hover {
	color: black;
	text-decoration: underline;
}

#menu1 {
	position: relative;
	top: -1078px;
	left: 48px;
}

#menu2 {
  position: relative;
  top: -1048px;
  left: 48px;
}	

#menu3 {
  position: relative;
  top: -1020px;
  left: 48px;
}

#menu4 {
	position: relative;
	top: -993px;
	left: 48px;
}

#footer-menu {
	position: relative;
	top: -685px;
	left: -10px;
	z-order: 11;
}

#footer-menu ul li {
	display: inline;
}

#footer-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 24px;
	width: 120px;
	text-align: center;
	color: black;
  text-decoration: none;
}

#footer-menu ul li a:hover {
	text-decoration: underline;
}

#footer-credits {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -705px;
	left: 680px;
	color: black;
	width: 220px;
}

#footer-login {
	color: black;
	text-decoration: none;
}

#footer-login:hover {
	text-decoration: underline;
}

#footer-credits a {
	color: black;
	text-decoration: none;
}

#footer-credits a:hover {
	text-decoration: underline;
}

#text-block {
  font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -1020px;
	left: 48px;
	width: 400px;
	height: 150px;
	line-height: 20px;
}
