body {
	background-color: #4b102c;
	scrollbar-face-color:#4b102c;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#f4d076;
	background-image: url(bg2.jpg);
}
#container_contact {
	background-color: #4B102C;
	height: 500px;
	width: 700px;
	margin-top: -300px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.head_contact {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #4B102C;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	background-color: #4B102C;
}
