@charset "UTF-8";


#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

#once { clear: left; }



#wrap {
	position		: relative;
	margin			: 0 auto;
	z-index			: 10;
	min-height		: 100%;
}

#container {
	position		: relative;
	margin			: 0 auto;
	z-index			: 10;
	min-height		: 100%;
	
}

#inner-wrap {			
	position		: relative;
	margin			: 0 auto;
	z-index			: 2;
	text-align		: left;
}

#content {
	position		: absolute;
	padding			: 8px;
	width			: 200px;
	top				: 150px;
	left			: 155px;
	z-index			: 3;
	
}

#content-wrap {
	width			: 200px;
	
}


#logo {
	position: fixed;
	left: 85px;
	top:0px;
/*bottom: 100px;*/
}

#newsheader {
	
background-color: #000;
position: absolute;
left: 70%;
width:  220px;
z-index: 12;
padding: 0;
margin: 0;
cursor: hand;	
curso\r: pointer;
/*display: none;*/

}

#openclose {
	
position: absolute;
top: 5px;
left: 200px;
z-index: 12;
padding: 0;
margin: 0;
cursor: hand;	
curso\r: pointer;
color: #fff;
font-weight: bold;

}



#newsbackground {
top: 20px;
	position: absolute;
	left: 70%;
	width:  200px;
	background-color: #141414;
	opacity: 0.75;
	min-height:  300px;
	padding: 10px;
	display: none;
}


