/* CSS Document */

.header{
	width:800px;
	height:198px;
	margin:0 auto 0px auto;
	position:relative;
	top:0x;
	left:0px;
	}
.headerLeftBox{
	width:223px;
	height:198px;
	background-color:rgb(59,61,71);
	position:relative;
	top:0px;
	left:0px;
	}
.headerRightBox{
	width:577px;
	height:198px;
	background-color:rgb(69,80,101);
	position:absolute;
	top:0px;
	left:223px;
	}
.logo{
	position:absolute;
	top:24px;
	left:64px;
	}
.headerTag{
	position:absolute;
	top:90px;
	left:471px;
	}