/* Comunidad Antipro
 * website: http://www.antipro.com.uy/
 *
 * author: dude. wardog, ftarucco
 * email: administrador@c4-antipro.com 
 * 
 * Lansite stylesheet 
*/

/*-----------------------------------------------*/
/* START Estilos generales */
*
{
    color: #333;
    line-height: 140%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
    margin:0;
    padding:0
}
body {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #111111;
	margin: 0;
    text-align:center;
}
#divMain {
	margin: 0 auto;
	background-image:url(bkg/presentacion.png);
	background-repeat:no-repeat;
	margin-top:50px;
	margin-bottom:50px;
	width:1000px;
	height:700px;
	overflow: visible;
}
#divBtnEntrar {
	position:relative;
	z-index:1;
	top:400px;
	text-align:center;
	overflow: auto;
}
#divCopyright {
	position:relative;
	text-decoration:none;
	z-index:0;
	text-align:center;
	top:638px;
	overflow: auto;
	color:#999;
}
#apLink {
	color:#69F;
	text-decoration:none;
}
#btnEntrar {
	border:0px;
	cursor:pointer;
	font-family:Tahoma,Arial,Helvetica;
	font-size: 15px;
	background: #ffffff;
	color: #a6a6a6;
}


