@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;}
body {padding:0; margin:0; background:#231811;}

#container {
	width:964px;
	height:764px;
	margin:0 auto;
	display:block;
}

#btn_entrar {
	width:130px;
	height:42px;
	display:block;
	position:absolute;
	z-index:1;
	margin-top:262px;
	margin-left:723px;
}
a.entrar {
	width:130px;
	height:42px;
	display:block;
	background:url(images/btn_entrar.jpg) top;
	cursor:pointer;
}

a.entrar:hover {
	width:130px;
	height:42px;
	display:block;
	background:url(images/btn_entrar.jpg) bottom;
	cursor:pointer;
}

#btn_antweb {
	width:130px;
	height:42px;
	display:block;
	position:absolute;
	z-index:2;
	margin-top:707px;
	margin-left:80px;
}
a.antweb {
	width:130px;
	height:42px;
	display:block;
	background:url(images/btn_antweb.jpg) top;
	cursor:pointer;
}

a.antweb:hover {
	width:130px;
	height:42px;
	display:block;
	background:url(images/btn_antweb.jpg) bottom;
	cursor:pointer;
}

a.webdesign {
	width:221px;
	height:83px;
	display:block;
	cursor:pointer;
	background: url(images/webdesign.jpg) top;
}

a.webdesign:hover {
	width:221px;
	height:83px;
	display:block;
	cursor:pointer;
	background: url(images/webdesign.jpg) bottom;
}

#btn_webdesign {
	width:221px;
	height:83px;
	display:block;
	position:absolute;
	z-index:3;
	margin-top:672px;
	margin-left:699px;
}

a.email {
	width:215px;
	height:28px;
	display:block;
	cursor:pointer;
	background: url(images/email.jpg) top;
}

a.email:hover {
	width:215px;
	height:28px;
	display:block;
	cursor:pointer;
	background: url(images/email.jpg) bottom;
}

#btn_email {
	width:215px;
	height:28px;
	display:block;
	position:absolute;
	z-index:4;
	margin-top:420px;
	margin-left:666px;
}

#tlfo {
	width:215px;
	height:35px;
	display:block;
	position:absolute;
	z-index:5;
	margin-top:446px;
	margin-left:666px;
	background:url(images/tlfo.jpg);
}

#legal{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:center;
	width:450px;
	position:absolute;
	margin-top:690px;
	margin-left:230px;
	display:block;
}
