/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 * $URL: https://svn.provincia.pu.it/Typo3/tmpl/sici/trunk/union/furlo/css/contenitore.css $
 * $Id: contenitore.css 2294 2007-03-09 17:33:34Z samuele $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Parsed by: cssrm.php 
 */


@media screen  {

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 20px;
	background: url('../img/bgone.jpg') repeat-x;
	background-color: #464646;
	
}

div#bx-hd-mid-bg1 {
	height:200px;
}

#bx-lgl img {
margin:0px;
}

div#ly-all {
	margin: 0px auto;
	width: 97%;
	padding: 0em;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
}


#sp-hd1 {
font-size: 40px;
font-weight: bold;
font-family: comic Sans MS;
}

#bx-hd {
left:200px;
top: 40px;
}

#sp-hd2 {
font-weight: normal;
font-size: 28px;
font-family: comic Sans MS;
padding-top: 3px;
}

} /* end @media screen  */
