﻿/*
body 
{
    padding:0;
    margin:0;
}
*/

html, body, form,table {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	width:100%;
}
body
{
    background:url(../img/patt_hom.jpg) top center repeat-x;
}
a:focus { 

    outline: none; 

}

/*PAGINA DEFAULT*/
#mainDiv
{
   background:url(../img/home.jpg) top center no-repeat;
   height:507px;
}

#mainDiv a
{
    display:block;
    position:absolute;
    top:445px;
    left:50%;
    width:320px;
    height:26px;
    margin-left:-160px;
    text-indent:-3000;
}
.searc
{
   text-indent:-5000px;
   height:0;
   overflow:hidden;
}
/*FINE PAGINA DEFAULT*/
