
	#Table {
		width: 1016px;
		margin: 0 auto;
	}
	
	body {
		background: url('common/bg_img.jpg') #282828;
	}
	
	#roll_1{
		background: url('common/nav_beliefs.gif') white;
		display: block;
		height: 53px;
		width: 103px;
	}
	
	#roll_1:hover{
		background-position: 0px 53px;
	}
	
	
	#roll_2{
		background: url('common/nav_products.gif') white;
		display: block;
		height: 53px;
		width: 103px;
	}
	
	#roll_2:hover{
		background-position: 0px 53px;
	}
	
	
	#roll_3{
		background: url('common/nav_resources.gif') white;
		display: block;
		height: 53px;
		width: 103px;
	}
	
	#roll_3:hover{
		background-position: 0px 53px;
	}
	
	
	#roll_4{
		background: url('common/nav_case.gif') white;
		display: block;
		height: 53px;
		width: 103px;
	}
	
	#roll_4:hover{
		background-position: 0px 53px;
	}
	
	
	#roll_5{
		background: url('common/nav_contact.gif') white;
		display: block;
		height: 53px;
		width: 103px;
	}
	
	#roll_5:hover{
		background-position: 0px 53px;
	}
	
	
	#roll_6{
			background: url('common/nav_blog.gif') white;
		display: block;
		height: 53px;
		width: 99px;
	}
	
	#roll_6:hover{
		background-position: 0px 53px;
	}
	
	.selected{
		background-position: 0px 53px;
	}
	
	#myFrame{
		
		overflow-x: hidden;
		overflow-y: scroll;
	
	}

