	@charset "UTF-8";
	/* CSS Document */
	
	body {margin:0px; padding:0px; background-color:#FFFFFF; 
			background-image:url(images/bg.jpg); background-repeat:repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333333; text-decoration:none;}
	
	img { border:0px;}
	
	
	p{
		margin:0px;
		padding:0px;
		line-height:1.5em;
	}
	
	#centro-INDEX {
		width:562px;
		height:450px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-281px;
		margin-top:-225px;
		/*background-image:url(../images/bg_index.jpg);*/
		border: #A9A392 1px solid;
		padding: 5px;
		}
		
	#bottom {
		width:100%;
		height:auto;
		position:absolute;
		bottom:0px;
		text-align:center;
		line-height: 2em;
	}
	
	#left {
		width:242px;
		height:426px;
		position:absolute;
		bottom:0;
		float:none;
		left: 490px;
		top: 75px;
		z-index: 1;
	}
	
	#video {
		width:auto;
		height:auto;
		position:relative;
		z-index: -1;
	}
	
	#skip {
		width:auto;
		height:auto;
		position:absolute;
		z-index: 2;
		top: 465px;
		left: 250px;
	}
	
	
	
	.link {text-decoration:underline; color:#333333;}
	a:hover.link {color:#FF0099; text-decoration:none;}
		
