html 	{
  		 margin: 0;
  		 padding: 0;
		}

body 	{
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0px;
		background-color: #16191f;
		scrollbar-base-color: #16191f;
		scrollbar-arrow-color: #FFFFFF;
		}
		
.back
  		{
    	background:  url('Img/back.jpg') no-repeat scroll top center ;
  		}
		
a		{
		font: 9px Arial;
		color: #ffffff;
		line-height: 12px;
		text-decoration: none;
		}
		
a:hover {
		font: 9px Arial;
		color: #ff7300;
		line-height: 12px;
		text-decoration: none;
		}

