@import 'news.css';

/* Basic elements */

body  {

	background: White;

	text-align: center;

	margin: auto auto;

	font-family: Verdana;

	font-size: 0.7em;

	line-height: 15px;

	padding: 0;

	color: Black;

}

h1 {

	display: none;

}

div.cleaner {

	clear: both;

	height: 1px;

	margin: 0;

	padding: 0;

}

/* Main DIVs */

#conteiner {

	position: relative;

	margin: 80px auto 0 auto;

	width: 771px;

	text-align: center;

}

#conteiner div {

	margin: 0;

	padding: 0;

}

img {

	border: none;

	margin: 0;

	padding: 0;

	vertical-align: middle;

}

a {

	margin: 0;

	padding: 0;

}

p {

	margin: 0;

	padding: 78px 0 0 0;

}

/*Top graphics*/

#top {

	width: 771px;

}

#top div.top_one {

	background: transparent url(../images/top_one.jpg) no-repeat;

	height: 72px;

	width: 771px;

}

#top div.top_flags {

	background: transparent url(../images/top_flags.jpg) no-repeat;

	height: 13px;

	width: 771px;

	text-align: right;

}

#top div.flags {

	padding-right: 15px;

}

#top img {

	margin-right: 5px;

	vertical-align: top;

}

/*----*/

#middle {

	background: transparent url(../images/middle.jpg) no-repeat;

	height: 171px; 

	width: 771px;

}

#middle div.left {

	float: left;

	height: 171px; 

	width: 386px;

}

#middle div.right {

	float: left;

	height: 171px; 

	width: 385px;

}

#enter {

	background: transparent url(../images/enter.jpg) no-repeat;

	height: 30px;

	width: 771px;

}

/*---------------*/

#enter a {

	position: relative;

	background: transparent url(../images/anchor.jpg) no-repeat;

	float: left;

	display: block;

	text-decoration: none;

	text-indent: -9999px;

	width: 58px;

	height: 30px;

	left: 20px;

}

#enter a:hover {

	background-position: 0 -30px;

}



#enter a.ristorante {

	left: 638px;

}

/*Copyright etc.*/

#down {

	background: transparent url(../images/down.jpg) no-repeat;

	height: 56px;

	width: 771px;

	margin: 0;

	padding: 0;

	text-align: center;

	color: Black;

	font-size: 0.9em;

	font-weight: bold;

}

#down div {
  padding-top: 2em;
}

#down div.copyright {

	padding: 50px 0 0 0;

}
