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

@font-face {
 font-family: facebuster;
 src: url(_fonts/Facebuster.eot) /* EOT file for IE */
} @font-face {
 font-family: facebuster;
 src: url(_fonts/Facebuster.ttf) /* TTF file for CSS3 browsers */
} @font-face {
 font-family: merlo;
 src: url(_fonts/merlo-osf-italic.eot) /* EOT file for IE */
} @font-face {
 font-family: merlo;
 src: url(_fonts/merlo-osf-italic.ttf) /* TTF file for CSS3 browsers */
}

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:#ffffff;
	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;
}