#contact {
	position: absolute;
      left: 50px;
      top: 160px;
      width: 820px;
      height: 430px;
      padding: 3px 3px 3px 3px;
      font-size: 10px;
      line-height: 12px;
}

#contact-background {
	position: absolute;
      left: 0px;
      top: 0px;
      width: 220px;
      height: 410px;
     	z-index: 3;
}

#email-icon {
	position: absolute;
	left: 0px;
	top: 0px;
     	z-index: 5;
}

#email-details {
	position: absolute;
	left: 60px;
	top: 10px;
    z-index: 5;
    line-height: 25px;
}

#post-icon {
	position: absolute;
	left: 400px;
	top: 0px;
     	z-index: 5;
}

#post-details {
	position: absolute;
	left: 460px;
	top: 10px;
    z-index: 5;
}

#online-icon {
	position: absolute;
	left: 3px;
	top: 73px;
     	z-index: 5;
}

#enquiry {
	position: absolute;
	left: 60px;
	top: 80px;
     	z-index: 5;
}

SPAN.regular {
	font-size: 13px;
    line-height: 16px;
}

SPAN.small {
	font-size: 12px bold;
    line-height: 13px;
}

SPAN.big {
	text-decoration: none;
	font-size: 19px;
      line-height: 22px;
}

SPAN.bigger {
	text-decoration: none;
	font-size: 29px;
      line-height: 29px;
}

p {
	margin-top:0px;
	margin-bottom:9px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}