@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	color: #576872;
	background-color: #FFF;
	margin: 0px;
}

img{ 
	border: 0pt; 
}
form {
	margin: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
input.blacktxt {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
input.grytxt {
	color: #666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
#browserdiv {
	min-height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#pgeposition{
	width:1189px;
	margin:auto;
}
a {
	text-decoration: none;
	color: #930;
}
#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}