html, body { height: 100%; }

* html #logo {position:absolute;}

body {
	margin			: 0 auto;
	padding			: 0;
	text-align		: left;
	background-repeat	: no-repeat;
	background-position	: 50% 0px;
	background-color	: #141414;
	
}

body, div, th, p, td, a, span {
     font: 11px Verdana, sans-serif;
     color: #bbb;
}

img, a img { border:0; }


#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				: 50px;
	left			: 50px;
	z-index			: 3;
	
}

#content-wrap {
	width			: 200px;
	
}

#noorimages {
background-color: #000;
padding:10px;
}

#drr {
background-color: #000;
padding: 10px;
}

.style3 {color: #FFFFFF; font-size: 24px;}
.style4 {color: red}

a {
color: #fff;
text-decoration: none;
font-size: 24px;
border:0;
}

#logo {
	position: fixed;
	right: 100px;
	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;
}

#newsheader p {	
color: #fff;
padding: 5;
margin: 0;
}

#newscontent {
	top: 20px;
	position: absolute;
	left: 70%;
	width:  200px;
	padding: 10px;
	z-index:  10;
	display: none;
}

#newscontent p {
	color: #a5a7a4;
}

#newscontent p a, #newscontent a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#newscontent h1 {
	color: #ddd;
	font-family: Arial, sans-serif;
	font-size: 15pt;
	margin: 0px;
	font-weight: normal;
	padding-left: 0px;
	margin-top: 10px;
	line-height: 15pt;
}



#newsbackground {
top: 20px;
	position: absolute;
	left: 70%;
	width:  200px;
	background-color: #141414;
	opacity: 0.75;
	min-height:  300px;
	padding: 10px;
	display: none;
}




