/* 
    Document   : selectNews
    Created on : 12-gen-2010, 21.36.14
    Author     : miky
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#page_no_over {
	width: 680px;
	height: auto;
	margin-left: 9px;
	padding: 30px 10px 10px 10px;
	background-color: #e7ecf3;
	border: 1px solid #f3f6f9;
}

div#page_no_over {
	background-image: url('../images/testatine/newsfull.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.galleryPanel {
	width: 612px;
	height: 100px;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 34px;
	background-image: url('../images/gallerybg.gif');
}

div#news1 {
	width: 660px;
	min-height: 720px;
	height:auto;
}

div#sfondo {
	width: 660px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
}

.attach
{
    padding: 9px 10px 10px 10px;
    text-align: center;
}


div#sfondo_top {
	height: 10px;
	background-image: url('../images/top.gif');
	background-position: top;
	background-repeat: no-repeat;
}

div#sfondo_bottom {
	height: 10px;
	background-image: url('../images/bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

