@charset "utf-8";
/* CSS Document */
/* 	********************************************************************************************** 

	*		LAYOUT GENERALE *
	*		Created:	 12/12/2007	 *
	*		Last update: *
	*		Nome gruppo di proprieta': TamtamWeb	 	     *
	*		Cliente: Abbazia Santa Anastasia	 	     *
    *		Author: Katty Garcia		 		 *

   	********************************************************************************************** */

/* 	-------------------------------------------------------------------------------------------------- 
	IMPOSTAZIONI GENERALI
   	-------------------------------------------------------------------------------------------------- */	

body {
background-color:#330000;
margin:0px;
}
#container  {
width:100%;
height:600px;
margin-top:-300px;
top:50%;
position:absolute;
}
#top {
width:100%;
height: 85px;
background:url(../img/bgTop.jpg) repeat-x left top;
position:relative;
margin:0px;
padding:0px;
}
#center {
width:100%;
height:400px;
position:relative;
padding:0px;
background:url(../img/bgCenter.jpg) repeat-x left top;
}
#flash {
width:900px;
height:400px;
position:absolute;
margin-left:-450px;
left:50%;
background: url(../img/bgFlashcontent.gif) no-repeat center top;
}
#flash p {
	position: relative;
	top: 220px;
	text-align: right;
	color: #ca9900;
	margin-right: 40px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#flash a, #flash a:visited {
	color: #960e02;
	text-decoration: none;
	font-weight: bold;
}
#flash a:hover{
	color: #fa1805;
}
#flashGallery {
width:720px;
height:600px;
float:left;
position:relative;
margin-left:-360px;
left:50%;
border:#ccc 1px solid;
}
#bottom {
width:100%;
height: 115px;
background:url(../img/bgBottom.jpg) repeat-x left top;
float:left;
position:relative;
margin:0px;
padding:0px;
}
#bottom p {
	margin-top: 50px;
	color: #000;
	font-size: 12px;
	text-align: center;
}
#bottom a, #bottom a:visited {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#bottom a:hover {
	color: #ca992f;
}
.clear {
clear:both;
margin:0px;
}