﻿#contactMainDiv
{
	height: 554px;
	background: url(../images/contact_back.jpg) no-repeat center center;
	position: relative;
}
#contactMainDiv #contactDetails
{
	position: absolute;
	left: 20px;
	bottom: 50px;
	color: White;
}
#contactMainDiv #contactDetails hr
{
	height: 1px;
	border-top: 0;
	margin: 4px 0;
	color: #adadaf;
	border-color: #adadaf;
	background-color: #adadaf;
}
#contactMainDiv #contactDetails a
{
	text-decoration: none;
	color: inherit;
}
#contactMainDiv #contactDetails a:hover
{
	color: White;
}