html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f3f1f2;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5em;
	background-color:#FFF;
}                  

h1 {                   
    left: 70px;
	top: 50px;
	position: absolute;
}

h3 {                   
	left: 70px;
	top: 80px;
	position: absolute;
} 

a {
   	color: #E9BB58;
	text-decoration: none;  
}


.middle {
	position: absolute;
  width: 390px;
  height: 345px;
  left: 50%;
  top :50%;
  margin-left: -195px;
  margin-top: -175px;

  text-align: center;
}

.middle p {
	margin-top: 20px;
}

.middle .big {
	font-size: 20px;
	margin-top: 10px;
	line-height: 35px;
}


#headoffice {
	left: 70px; 
	top: 150px;
	position: absolute;  
	display: block;
}

#servicephone {
	left: 260px; 
	top: 150px;
	position: absolute;  
	display: block;
}

#servicephone .left {
	display: block;
	position: absolute;
}

#servicephone .right {

	position: absolute;
	left: 100px;
	width: 200px;
}

#flashcontent {
	height: 100%;
}