	.keyboard-main
	{
		text-align: center;
	}
	#keyboard
	{
		margin-left: auto;
		margin-right: auto;
		width: 450px;
		height: 180px;
		background: #D5DADE;

	}

	#keyboard #ktop
	{
		background: url('images/top.png') repeat-x;
		height: 24px;
		width: 450px;
	}
	#keyboard ul
	{
		height: 28px;
		padding: 0px;
		margin: 0px;
		margin-bottom: 2px;
		margin-left: 5px;
	}
	
	#keyboard ul li
	{
		text-align: center;
		width: 28px;
		margin-right: 2px;
		height: 28px;
		list-style: none;
		float:left;
	}

	#keyboard ul li a
	{
		height: 28px;
		line-height: 28px;
		display: block;
		background-image: url('images/simplestyle.png');
		text-decoration: none;
		color: #666666;
		
	}
	
	#keyboard ul li a:hover
	{
		color: #111111;
		background-position: -28px 0px;
		
	}	
	
	.keydown
	{
		font-weight: bold;
		background: #000000;
	}
	#textoutput
	{
		margin-left: auto;
		margin-right: auto;
		width: 445px;
		height: 148px;
		color: #336699;
		font-family: Tahoma;
		font-size: 14px;
	}
	
	#keyboard ul .delB a
	{
		background-position: -56px 0;
	}

	#keyboard ul .delB a:hover
	{
		background-position: -104px 0;
	}

	#keyboard ul .tabB a
	{
		background-position: 0 -28px;
	}

	#keyboard ul .tabB a:hover
	{
		background-position: -35px -28px;
	}
	
	
	#keyboard ul .pB a
	{
		background-position: -71px -28px;
	}

	#keyboard ul .pB a:hover
	{
		background-position: -112px -28px;
	}	
	
	#keyboard ul .enterB a
	{
		background-position: -161px 0;
	}

	#keyboard ul .enterB a:hover
	{
		background-position: -161px -28px;
	}		
	
	#keyboard ul .spaceB a
	{
		background-position: 0 -56px;
	}

	#keyboard ul .spaceB a:hover
	{
		background-position: 0 -84px;
	}	
	
	#keyboard ul .clockB a
	{
		background-position: 0 -112px;
	}

	#keyboard ul .clockB a:hover
	{
		background-position: -44px -112px;
	}		
	
	#keyboard ul li a.clockDown
	{
		background-position: -88px -112px;
		color: #000000;		
	}		
	
	#keyboard ul .shiftB a
	{
		background-position: 0 -140px;
	}		

	#keyboard ul .shiftB a:hover
	{
		background-position: -53px -140px;
	}		
	
	#keyboard ul li a.shiftDown
	{
		background-position: -106px -140px;
		color: #000000;
	}		
