@charset "UTF-8";
/* CSS Document */


#header{
	position:fixed;
	width: 100%;
	height:52px;
	right:0px;
	top:0px;
	background-image:url(../home/header_bg.png);
	text-align:center;
	z-index:1;
}

#leftcorner{
	position:fixed;
	width:146px;
	height:50px;
	left:10px;
	top:3px;
	z-index:2;
}

#rightcorner{
	position:fixed;
	width:146px;
	height:50px;
	right:10px;
	top:5px;
	z-index:2;
}

#logo{
	position:fixed;
	width: 100%;
	height:50px;
	right:0px;
	top:28px;
	text-align:center;
	z-index:2;
}
	

#allisone {
	position:absolute;
	width: 99%;
	height:auto;
	top: 70px;
}

