@charset "utf-8";
/* CSS Document */
#div1 {
left:0px;
width:255px;
background-color:#FFFFFF;
z-index:1;
float: left;
}

#div5 {
left:0px;
width:500px;
background-color:#FFFFFF;
z-index:2;
float: left;
}

#div2 {
right:0;
width:255px;
background-color:#FFFFFF;
z-index:3;
float: right;
}

#div3 {
left:0;
width:1024px;
background-image:url(../images/footer.png);
height:155px;
background-repeat:no-repeat;
background-position:top;
z-index:4;
float:right;
}

#divfooter {
left:0;
width:1024px;
height:100px;
z-index:4;
float:right;
vertical-align:middle;
padding-top:30px;
padding-left:5px;
}

#div4 {
left:0;
width:1024px;
background-color:#FFFFFF;
z-index:5;
float:left;
}

#container {
margin:0 auto;
width:1024px;
bottom:0;
position:relative;
}
body {
margin:0;
background-image:url(../images/bgpagina.jpg); background-repeat:repeat-x; background-position:top; background-attachment: scroll; background-color:#FFFFFF;
} 

.roundcont {
	width: 250px;
	background-image:url(../images/stangacontent.jpg); background-repeat:repeat-y;
	color: #000000;
	float:right;
}

.roundcont2 {
	width: 250px;
	background-image:url(../images/stangacontent.jpg); background-repeat:repeat-y;
	color: #000000;
	float:left;
}

.roundcont p {
	margin: 0 10px;
}

.roundcont2 p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/stangasus.jpg) no-repeat top; 
}

.roundbottom {
	background: url(../images/stangajos.jpg) no-repeat bottom; 
}

img.corner_sus {
   width: 250px;
   height: 11px;
   border: none;
   display: block !important;
}

img.corner_jos {
   width: 250px;
   height: 9px;
   border: none;
   display: block !important;
}

.content {
padding-left:7px;
padding-right:7px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}



