body {
    background: #333;
}

#center-wrapper {
    background-color: #fff;
    border: 25px solid #000;
    border-top-width: 50px;
    border-left-width: 40px;
    min-height: 500px;
    padding: 13px 5px;
    position: relative;
}
#main {
    width: 590px;
    /* overflow: hidden; */
}

.closeButton {
    position: absolute;
    top: -22px;
    right: -21px;
    background: #fff;
    font-size: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 21px;
    border: 3px solid #666;
}

.closeButton a {
    color: #666;
}
.closeButton a:hover {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
}
h2 {
    color: #777;
    margin-bottom: 10px;
}
.tags {
    font-size: 12px;
    border: 1px solid #CCC;
    border-width: 1px 0;
    margin-bottom: 5px;
    padding: 4px 0;
}
.foto-articolo img {
    width: 590px;
	height: 204px;
	padding:0px;
	margin:0px;
}

.foto-articolo .bg-fotogallery {
    background: url("http://www.ilgazzettino.it/img/bg-pan-fotogallery.png?2") no-repeat top right;
	position:absolute;
    top: 0;
    right: 0;
    width: 196px;
	height: 204px;
    z-index: 10;
	padding:0px;
	margin:0px;
}