/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.gabrielebartolini.it/mt/mt-static/themes-base/blog.css);
@import url(http://www.gabrielebartolini.it/mt/mt-static/themes/minimalist-green/screen.css);
/* end StyleCatcher imports */

body { 
	color: #000; 
        font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0px; 
	padding: 0px;
}

a:link { 
	text-decoration: none; 
	color: #0B334C;
}
a:visited { 
	text-decoration: none; 
	color: #4C0B12;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #fff;
	background-color: #0B334C;
}

#container { 
}

#header { 
	min-width: 640px;
	height: 214px;
	text-align: right;
	vertical-align: top;
	padding: 0;
	color: #fff;
        background: #fff url(/blog/img/elephant.jpg) no-repeat bottom center;
}


