﻿body {
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(/scamera/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 10px;
	z-index: 0;
}
img {
	border-width: 0;
}
.left	{
	position: absolute;
	width: 125px;
	height: 160px;
	left: 50%;
	margin-left: -515px;
	margin-top: 250px;
	z-index: 2;
}
p {
	text-align: center;
  	font-family: Trebuchet MS;
  	font-size:82.5%;
  	color:#333;
}
.style3 {
	font-family: Trebuchet MS;
  	font-size: 9px;
  	color:#333;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF5050;
}