﻿body
{
	margin: 0;
	padding: 0;
	border:0;
    background-color: #eaeaea;
    background-image: url(img/stripes4.png);
    background-repeat: repeat-x;
}

div#salvia
{
	 background-image: url(img/salvia_bk.png);
	 width: 443px;
	 height: 508px;
	 position: absolute;
	 left: 50%;
	 margin-left: -620px;
	 margin-top: 300px;
	 z-index: 10;
}

div#rosmarino
{
	 background-image: url(img/salvia_bk.png);
	 width: 443px;
	 height: 508px;
	 position: absolute;
	 left: 50%;
	 margin-left:180px;
	 margin-top: 300px;
	 z-index: 10;
}

div#outer
{
	width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: solid 2px #e0e0e0;
    border-right: solid 2px #d0d0d0;
    position:absolute;
    z-index: 100;
    left: 50%;
    margin-left: -400px;
}

div#header
{
	height: 120px;
    background-color: #ffffff; 
    background-image: url(img/head.jpg);
}

div#header2
{
	margin-top: -120px;
	height: 140px;
    background-image: url(img/head2.png);
}

div#header3
{
	margin-top: -20px;
	height: 60px;
    background-image: url(img/bandaverde.png);
}

div#main
{
    background-color: Transparent;
}

div#footer
{
    background-color: #ffffff;
    height: 60px;
    background-position: bottom;
    background-repeat: no-repeat; 
    background-image: url(img/footer.jpg);
}

div#ditta
{
    color: #c0c0c0;
    font-family: Verdana;
    font-size: 10px;
    margin-left:20px;
    margin-top: 15px; 
}

div#content
{
	width:  600px;
}

div#ajaxLoading
{
	background-image: url(img/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: center  center ;  
	height: 80px;
}

div#htmlpage
{
    width:  600px;
}

div#counter
{
    background-color: #b3cb3d;
    padding: 4px;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold; 
    width: 140px;
    margin-left: 12px;
    margin-top: -30px;
    text-align: center;
    
}

