* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}

#weather-info {
	background: url(images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: relative;
	top: 200px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#tab {
	width: 200px;
	height: 36px;
	background: url(images/tab-bg.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 50px;
}

#entete{
	height:67px;
	background-image:url(../images/bg_haut.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}


      #outer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 169px;
	overflow: visible;
	z-index: 6000;
	filter: alpha(opacity=80);
      }
	  
#lefto {
	float: left;
	width: 50%;
	_width:650px;     /* Internet Explorer 6 y versiones anteriores */ 

	height: 135px;
	text-align: right;
	background-image: url(royalmount.png);
	background-repeat: no-repeat;
	background-position: right;
}



#leftoenter  {
	width: 50%;
	height: 20px;
	color: #FF0000;
}
#ente {
	height: 30px;
	margin-top: 132px;
	background-image: url(blue-back.png);
	background-repeat: repeat-x;
}
.lef {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
	padding-right: 75px;
	font-style: normal;
}


       
      #inner {
	width: 100%;
	height: 169px;
	position: absolute;
	left: 2px;
	filter: alpha(opacity=80);
      }
#righto {
	width: 50%;
	_width:600px;     /* Internet Explorer 6 y versiones anteriores */ 
	float: right;
	height: 135px;
	background-image: url(montereal.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
	padding-left: 70px;
	font-style: normal;
}
#ente a {
	color: #CCCCCC;
	text-decoration: none;
}
#ente a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
