body {
    background-color: #999;
}
#top {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: url('http://static.blogo.it/images/gustoblog_logo.jpg');
    background-repeat: no-repeat;
    height: 102px;
}
#header {
    margin: 38px 0 0 40px;
    padding: 0;
}
#header a {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 280px;
    height: 60px;
}
#sponsor {
    margin: 38px 0 0;
    padding: 0;
    bottom: 0px;
    right: 0px;
}
#sponsor a {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 220px;
    height: 35px;
}
#top-menu {
    float: right;
    margin-top: 0px;
}
#top-menu a {
    color: #fff;
}
a {
    color: #000;
}
a:hover {
    background-color: #E61E0D;
    color: #f0f0f0;
}
h2 {
	color: #E61E0D;
}
.post {
	border-color: #C0C0C0;
}
	.post h1 {
		font-size: 14px;
		margin-bottom: 6px;
	}
		.post h1 a {
			color: #900;
		}
		.post h1 a:hover {
			background-color: #330;
			color: #fff;
		}
	.post-tools-send {
		background: url('http://static.blogo.it/images/gustoblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments {
		background: url('http://static.blogo.it/images/gustoblog_commenti.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-continue {
		float: left;
		padding-left: 15px;
        margin-left: 0px;
		background: url('http://static.blogo.it/images/gustoblog_continua.gif') no-repeat left;
	}

