/*-------------------------------------------------------------------> GERAL <-*/
/*---------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:url(bg_body.jpg) repeat-x #fff;
}
#cliqueaqui{
	background:url(tagwebdesign.jpg) no-repeat;
	width:759px;
	height:612px;
	margin:0 auto;
	position:relative;
}
a:active, a:focus {
	outline:none;
}
a{
	background:url(cliqueaqui.png) no-repeat right top;
	width:92px;
	height:32px;
	display:block;
	position:absolute;
	top:160px;
	left:556px;
}
a:hover{
	background-position:0 -33px;
}