body 
{
background: #542828;
padding:0;
margin:0;
font-size: 13px;
font-family: Arial;
}

A { text-decoration: none; padding:0; margin:0; color:#000000;}
img {padding:0; margin:0;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}


#contener {
        position: relative;
        width: 1000px;
        height: auto;
	padding: 0;
	margin: 0;
        top: auto;
        right: 0;
        bottom: auto;
        left: 0;
      }

#logo {
        position: relative;
	padding: 0;
        float:left;
		        background: url("/img/s_01_1.png");
	background-position: 0px 0% ;
	background-repeat: no-repeat;
	margin: 0;
        width: 1000px;
        height: 172px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }

 #main {
        position: relative;
        clear: both;

        width: 1000px;
        height: auto;

        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }
 #left {
        position: relative;
        float:left;

		background: url("/img/s_08.png");
	background-position: 0% 0% ;
	background-repeat: repeat-y;
        width: 149px;
        height: 539px;

        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }

	#center111 {
        position: relative;
        float:right;
		background: url("/img/s_04_3.png");
	background-position: 100% 100% ;
	background-repeat: repeat-y;
        width: 850px;
        height: 539px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }  
#center {
        position: relative;
        float:right;
		background: url("/img/s_04_1.png");
	background-position: 100% 0% ;
	background-repeat: no-repeat;
        width: 850px;
        height: 539px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
      }

#footer {
        position: relative;
        clear: both;
        background:#ffffff;
				        background: #fff url("/img/s_10.png");
	background-position: 0% 0% ;
	background-repeat: no-repeat;
        width: 1000px;
        height: 86px;
        padding-top: 3px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      } 


