﻿div#bg-contact
{
	background-image:url(http://custom.buyitsellit.com/24062/bg-contact.jpg);
	margin-left:auto;
	margin-right:auto;
	width:1280px;
	height:700px;
	top:-50px;
}

div#brewery-pic
{
	float:right;
	position:relative;
	top:-155px;
	left:385px;
}

#main-contentField
{
background-color:Transparent;
/*height:495px;*/
left:312px;
margin-top:8px;
position:relative;
top:100px;
width:713px;
}

#contact-us
{
	background-image:url(../images/contact-us.png); 
	background-color:Transparent;
	width:278px;
	height:31px;
	top:40px;
	left:65px;
	position:relative;
}

#contact-info
{
	font-family:Arial;
	font-size:14px;
	color:Black;
	}

.termsOfUse
{
	top:164px;
	left:739px;
}

/* source http://themechanism.com/blog/2008/01/08/safari-css-hack-redux/ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .termsOfUse
    {
    	top:157px;
    	left:729px;
    }
}