﻿body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
}
#bgimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	position: absolute;
	width: 96%;
	background-color: white;
	filter: alpha(opacity=60); /* IE's opacity*/;
	opacity: 0.60;
	height: 320px;
	top: 50%;
	margin-top: -150px;
}
.call {
	padding-top: 10px;
	width: 100%;
	font-size: large;
}
