/* CSS Document */


body {
	text-align: center;
	background-image:url(images/bg2.jpg); background-repeat:repeat-x;
	background-color: #000000;
	} /* definindo o alinhamento do texto para o centro */
#tudo {
width: 1024px;
margin:auto;/*to centre compliant browsers */
text-align: left;
} /* to reset text alignment to default */

#main {
position:absolute;
width:1024px;
height:600px;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
border-width:2px;
border-color:#000000;
border-style:solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#CCCCCC;
_padding-top: 100px;
}

#flash {
	position:relative;
	width:800px;
	height:400px;
	z-index:1;
	margin-left:112px;
	margin-top:100px;
	
}

#tv {
	position:absolute;
	width:148px;
	height:94px;
	z-index:1;
	margin-left:875px;
	_margin-left:763px;
	margin-top:27px;
	_margin-top:-73px;
	background-image:url(images/index_4.jpg);
		
}

h1, p, li {
color:#FFF;
}

li {
list-style:none;
text-align:left;
}
ul {
margin: 15px auto;
}

#text_gigante {
width: 600px;
margin: 0 auto;
}

a {
text-decoration:none;
color:yellow;
font-weight:bold;

}


/*
#xxx {}
<!--[if IE 7]>
#xxx {}
#tv {
margin-left:763px;
margin-top:-73px;
}
#main {
padding-top: 100px;
}
<![endif]-->

#xxx {}

<!--[if FF]>
#tv {
margin-left:875px;
margin-top:27px;
}
#main {
padding-top: 0px;
}
<![endif]-->

#xxx {}
*/