/* CSS Document */

body {
margin-top:20px;
background-image:url(images/texture.jpg); 
background-repeat:repeat;


}


a {
color: #000;
text-decoration: none;
}

a:hover {
color: #666;
}

.sfondo_repeat {
	background-image:url(images/texture.jpg); 
	background-repeat:repeat;
}

td {
	background-image:url(images/texture.jpg); 
	background-repeat:repeat;
}

#copyright {
	font-family: "Trebuchet MS1", "Trebuchet MS", sans-serif;
	font-size: 9px;
}

#menu_bar {
	font-family: "Trebuchet MS1", "Trebuchet MS", sans-serif;
	font-size: 12px;
}

#menu_right {
	font-family: "Trebuchet MS1", "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.i_am_here {
	text-shadow:inherit;
	color:#679;	
}

#img_in_body {
	float: left;
}

#text_in_body {
	float: left;
	margin-left: 30px;
	width:500px;
	overflow:auto;
	height:260px;
}