#body {
	background-color: #C2CBCF;
	font-family: tahoma;
}

#mainDiv {
	/*border: 1px solid #000000;*/
	position: absolute;
	width: 700px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -245px;
	margin-left: -350px;	
	background: url(/fondo2.png) no-repeat;
}

#direccion {
	position: absolute;
	top: 10px;
	left: 450px;
	font-size: 13px;
	width: 220px;
	height: 80px;
	text-align: right;
}

#textoTCSystems {
	position: absolute;
	top: 230px;
	left: 22px;
	width: 197px;
	height: 185px;
	font-size: 11px;
	text-align: left;	
}

#textoTCDesign {
	position: absolute;
	top: 230px;
	left: 247px;
	width: 197px;
	height: 185px;
	font-size: 11px;
	text-align: justify;
}

#textoTCDomo {
	position: absolute;
	top: 230px;
	left: 472px;
	width: 197px;
	height: 185px;
	font-size: 11px;
	text-align: justify;
}

#msnConstruccion {
	position: absolute;
	font-size: 11px;
	/*border: 1px solid #000000;*/
	width: 230px;
	height: 30px;
	top: 455px;
	left: 7px;
}

#msnCopyright {
	position: absolute;
	font-size: 11px;
	/*border: 1px solid #000000;*/
	width: 190px;
	height: 80px;
	top: 455px;
	left: 500px;
	text-align: right;
}