﻿			div#ombraSopra{
				position:absolute;
				left:0px; top:0px;
				width:100%; height:8px;
				z-index:100;
				background-image:url(../gfx/ombra-sopra.png);
				background-repeat:repeat-x;
				background-position:top;
			}
			div#ombraSotto{
				position:absolute;
				left:0px; bottom:0px;
				width:100%; height:8px;
				z-index:100;
				background-image:url(../gfx/ombra-sotto.png);
				background-repeat:repeat-x;
				background-position:bottom;	
			}
			div#ombraSotto300{
				position:absolute;
				left:300px; bottom:0px;
				width:700px; height:8px;
				z-index:100;
				background-image:url(../gfx/ombra-sotto.png);
				background-repeat:repeat-x;
				background-position:bottom;	
			}
			div#ombraLeft{
				position:absolute;
				left:0px; top:0px;
				width:12px; height:100%;
				z-index:100;
				background-image:url(../gfx/ombra-left.png);
				background-repeat:repeat-y;
				background-position:left;	
			}
			div#ombraLeft100{
				position:absolute;
				left:100px; top:0px;
				width:12px; height:100%;
				z-index:100;
				background-image:url(../gfx/ombra-left.png);
				background-repeat:repeat-y;
				background-position:left;	
			}
			div#ombraLeft300{
				position:absolute;
				left:300px; top:0px;
				width:12px; height:100%;
				z-index:100;
				background-image:url(../gfx/ombra-left.png);
				background-repeat:repeat-y;
				background-position:left;	
			}
			div#ombraRight900{
				position:absolute;
				left:888px; top:0px;
				width:12px; height:100%;
				z-index:100;
				background-image:url(../gfx/ombra-right.png);
				background-repeat:repeat-y;
				background-position:right;	
			}
			div#ombraRight{
				position:absolute;
				left:989px; top:0px;
				width:12px; height:100%;
				z-index:100;
				background-image:url(../gfx/ombra-right.png);
				background-repeat:repeat-y;
				background-position:right;	
			}

