@CHARSET "UTF-8";

#main {
	background-image: url("../images/contact/manWithCamera.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 467px;;
}

#contactUs {
	margin-bottom: 40px;
}

#main p span, #main p a{
	color: #cc6600;
	font-size: 1.2em;
	font-weight: bold;
}


#rightButtom {
	float:right;
	
	width: 310px;
	margin-top:60px;
	
	background-image: url("../images/contact/questionMark.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#rightButtom p{
	text-align: right;	
	margin-right: 30px;
	color: #cc6600;
	font-weight: bold;
}

#rightButtom p span {
	font-size: 2em;
}

#rightButtom img {
	margin-top: 65px;	
}
