﻿body
{
	margin: 0;
	padding: 0;
	border:0;
    background-color: #eaeaea;
    background-image: url(img/stripes4.png);
    background-repeat: repeat-x;
}



div#outer
{
	width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: solid 2px #e0e0e0;
    border-right: solid 2px #d0d0d0;
}

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;
}
