@charset "UTF-8";
.Main {
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	color: #000;
	text-align: center;
	height: 450px;
	font-size: 11px;
	padding-top: 60px;
}
.ftr2 {
	font-family:"Courier New", Courier, monospace
	font-size: 12px;
	color: #666;
}
.cmgsn {
	font-size: 18px;
}
.adspace {
	font-size: 12px;
	background-image: url(../images/adspace.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 190px;
	padding-top: 20px;
	top: 10px;
	left: 11px;
}
.IP {
	font-size: 36px;
}
#analyzer {
	height: auto;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	visibility: hidden;
	text-align: center;
}
#vertad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: right;
	background-image: url(../images/vertad.png);
	background-repeat: no-repeat;
	height: 660px;
	width: 187px;
	overflow: visible;
	padding-top: 40px;
	padding-right: 10px;
}

