@charset "utf-8";

/* CSS Document */

/* *********************************************** /

/ stylesheet uses to set basics values  

/************************************************ */

body {

	height:100%;

	width:100%;

	background-color: #454523;

}



html

{

	height:100%;

	overflow-x:hidden;*

	background-repeat:no-repeat;

	background-position:center top;

}







#lion {

	position:fixed;

	left:-3000px;

	top:0px;

	z-index:1;	

	height: 180px;

	width: 67px;

	background-image: url(../images/lion.png);

}





body, img, div, ul, a{

	margin:0px;

	padding:0px;

	border:0px;

	font-family:Arial;

	font-size:12px;

	color:#FFF;
	outline-style: none; 
	
}

.subTitle {

	font-size:18px;

	font-weight:bold;

}



li

{

	list-style:none;

}



a {

	text-decoration:underline;

}

a:hover {

	color:#999999 !important;

}

table, tr, td

{

	border:0px;

	padding:0px;

}



/* CSS add for background management 

.hackbg

{

z-index:0;

position:fixed;

_position:absolute;

top:0px;

left:200px; /* bg1900:-450px  bg1600:-300px   bg1200:px */

/*height:1200px;

}*/
