/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	
}

#box {
    height: auto;
	width: 780px;
	padding-left:1px;	
	background-color: #ffffff;
	text-align: left;		
	
	background-image:  url(http://www.liceocopernico.it/imglayout/sf_body_index.gif);
	/*background-image:  url(imglayout/sf_body_index_.gif);
	*/
	background-repeat: repeat;
	
		
}

