body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #539EE1;
}
#main  {
	height: 728px;
	width: 960px;
	/*border: 1px solid #31319D;*/
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	padding: 0 0 10px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -379px;
}
#main img {
	width: 960px;
}
#teamviewer  {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
#teamviewer a {
	display: block;
	position: relative;
	width: 58px;
	height: 80px;
	background-image: url("teamviewer50.png");
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}
#teamviewer a:hover {
	background-image: url("teamviewer.png");
	/*background-position: 0 -80px;*/
}
#teamviewer a span {
	display: none;
}
#address {
	padding: 10px;
}
#address a {
	color: #00B8E7;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
}
address h1 {
	margin: 0;
}
#address address a.email {
	/*color: #333;*/
	display: block;
}