/* CSS Document */
body 	{
		width:auto;
		background-color:#000000;
		color:#000000;
		text-align:center;
		margin:0;
		padding:0;
		
		}

a		{
		color:#71533D;
		text-decoration:none;
		text-align:center;
		margin:0;
		padding:0;
		
		}

a:hover		{
		color:#990000;
		text-decoration:none;
		text-align:center;
		margin:0;
		padding:0;
		
		}
		
		
td		{
		font-family: arial;
		font-size: 11px;
		color:#fff;
		}
				

#entry {
		width:100%;
		height:65px;
		background-image:url(entry_bg.jpg);
		background-repeat:repeat-x;
		background-position:center;
		text-align:center;

		}