body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align:center;
}

#bg_center{
	position:relative;
	margin:auto;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	color:#000000;
	width:240px;
	top:80px;
}

#img{
	text-align:center;
	margin:auto;
	margin-bottom:10px;
	margin-top:30px;
}

a:link {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

