/*	
	esterni.org css definitions
	author: triknine
	
	section: layout general css definition (no specific by name or ids definitions)
*/

html {
	min-height:100%; width:100%;
	margin-left:0px; margin-right:0px;
	margin-top:0px; margin-bottom:0px;
}
body {
	margin-left:0px; margin-right:0px;
	margin-top:0px; margin-bottom:0px;
	background-color:#000000;
	min-height:100%; width:100%;
	
	background-repeat:repeat-x;
	background-position:top center;
}
body.home {
	
}
a img {border:0px none;}
div {
	font-family:georgia, serif;
	font-size:14px; line-height:15pt;
	color:white;
}
