﻿* {
	margin: 0;
	padding: 0;
}

a.first { color: white; text-decoration: none; }
a.second { color: blue; text-decoration: none; }

body {
	background-color: black; 
	background-repeat:no-repeat; 
	background-position: left top;
	font-size: 62.5%;
	font-family: Georgia, serif;
}

a {
	color: #FFD700;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


#info {
	background: url(transpBlack.png);

	position: relative;
	top:560px;
	left: 0px;
	width: 100%;
	height: 40px;
	text-align: right;
	color: blue;
	font-size: 20px;
	z-index: 6000;
}

#tab {
	width: 1500px;
	height: 36px;
	background: url(tab-bg.png) no-repeat;
	position: relative;
	z-index: 9999;
	top: -40px;
	left: -500px;
}



#news {


	position: absolute;
	top: 100px;
	left: 30px;
	width: 100%;
	height: 40px;
	text-align: left;
	color: pink;
	font-size: 30px;
        font-family: Batang;

	z-index: 7000;
}


#footer {


	position: absolute;
	top:660px;
	left: 0px;
	width: 100%;
	height: 10px;
	text-align: center;
	color: white;
	font-size: 10px;
        font-family: Arial;

	z-index: 7200;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}



	
#tabfrench {
	width: 200px;
	height: 36px;
	
	position: absolute;
	z-index: 9999;
	top: 20px;
	left: 1100px;
}

#tableau {
	width: 500px;
	height: 400px;
	padding: 10px 10px 10px 10px;
	background: url(cuadro.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 840px;
        text-align: left;
	color: white;
        font-family: x-small Arial, sans-serif;

	font-size: 12px;
}


#tableauFAQ {
	width: 960px;
	height: 470px;
	padding: 10px 10px 10px 10px;
	background: url(cuadroFAQ.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 80px;
        text-align: left;
	color: white;
        font-family: x-small Arial, sans-serif;

	font-size: 12px;
	
}

#tableauBIG {
	width: 1100px;
	height: 470px;
	padding: 10px 10px 10px 10px;
	background: url(cuadroBIG.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 80px;
        text-align: left;
	color: white;
        font-family: x-small Arial, sans-serif;

	font-size: 12px;
	
}
#tableaumusic {
	width: 500px;
	height: 400px;
	padding: 10px 10px 10px 10px;
	background: url(cuadrored.png) no-repeat;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 840px;
        text-align: left;
	color: white;
        font-family: x-small Arial, sans-serif;

	font-size: 12px;
}

#grandinfo {
	width: 900px;
	height: 400px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	z-index: 9999;
	top: 140px;
	left: 120px;
        text-align: left;
	color: white;
        font-family: Arial;
	font-size: 16px;
}

#grandenar {
	width: 200px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	z-index: 9999;
	top: 440px;
	left: 640px;
        text-align: left;
	color: golden;
        font-family: Arial; 
	font-size: 18px;
}


