	body
		{
		background-color: rgb(90,90,90);

		/*
		background-image: url(pics/bg-header.jpg);
		*/
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		}

	div.whitespacer
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width:100%;
		height: 4px;
		background-color: rgb(240,240,240);
		z-index: 0;
		}

	div.logo
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 25px;
		top: 25px;
		z-index: 1;
		font-family: Futura Bk BT;
		font-size: 34px;
		color: white;
		}

	div.menu
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		right: 20px;
		bottom: 4px;
		z-index: 2;
		text-align: right;
		}

	div.genre
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		left: 150px;
		top: 8px;
		z-index: 3;
		}

	div.preload
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		right: 20px;
		bottom: 4px;
		z-index: 4;
		visibility: hidden;
		}

	div.search
		{
		margin: 0px;
		padding: 0px;
		position: absolute;
		right: 20px;
		top: 8px;
		vertical-align: center;
		z-index: 5;
		}
		
	#cart
		{
		display: none;
		}

	img.cart
		{
		height: 21px;
		width: 39px;
		padding: 0px;
		margin: 0px;
		margin-top: 1px;
		margin-right: 11px;
		border: none;
		vertical-align: top;
		}
		
	input.searchentry
		{
		font-family: arial,helvetica, verdana;
		font-size: 13px;
		color: rgb(0,0,0);
		background-color: rgb(240,240,240);
		width: 200px;
		height: 21px;
		margin: 0px;
		}
		
	input.submitbutton
		{
		width:8px;
		height=15px;
		background:transparent;
		padding:0px;
		margin:0px;
		}


