body {
		padding:0px;
		margin:0px;
	}
	
	#header,#footer {
		z-index:5000;
		height:44px;
		width:100%;
		position:absolute;
		line-height: 44px;
		padding:0 10px 0 10px;
		text-align:center;
	}
	
	#searchresult {
		top:44px;
		width:320px;
		height:372px;
		z-index:10000;
		position:absolute;
		background:#ececec;
		display:none; 
	}
	#searchresult .line {
		height:44px;
		background:black url(srbkg.png) repeat-x;
		line-height:44px;
		font-family: arial;
		padding-left:10px;
	}
	
	
	.button {
		background:black url(buttonbkg.png) repeat-x;
		height:30px;
		width:88px;
		line-height: 30px;
		margin-top:9px;
		text-align:center;
		color:#ffffff;
		text-shadow: #000000 1px 1px 1px;
		float:left;
		font-weight:600;
		font-family: arial;
	}
	
	
	#header {
		background:black url(headerbg.png) repeat-x;
	}
	
	#footer {
		background:black url(footerbg.png) repeat-x;
		bottom:0;
	}