#pos_header {
	position:relative;
	top:0;
	left:0;
	float:left;
	width: 100%;
	height:54px;
	margin:0;
	padding:0;
	z-index: 2;
}

#pos_logo{		
	position: absolute;
	top:0;
	left:16px;
	width: 203px;
	margin-top:27%;
}


/* Pos Mainaiv */
.pos_mainnavi{
	position: relative; 
	top:52px;
	*top:0px;
	width:75%;
	height:33px;
	z-index: 10;
	margin:0;
	padding:0;
	padding-left:25%;
}
/* IE 6 */
* html .pos_mainnavi{
	position: relative; 
	top:-10px;
	width:100%;
	height:33px;
	z-index: 10;
	margin:0;
	padding:0;
}
	.box3{
		position: absolute;
		z-index:11;
		top:-3px;
		right:0;
		width:75%;
		height:33px;
		margin:0;
		padding:0;
		background-color:#fcfdfe;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		behavior: url(style/border-radius.htc);
	}
/* ***** */


#pos_content_wrapper{
	z-index: 25;
	position: relative;
	width: 100%;
	margin-top:36%;
	*margin-top:31%;
}
* html #pos_content_wrapper{
	z-index: 25;
	position: relative;
	width: 100%;
	margin-top:29%;
}