@charset "utf-8";

/* CSS Document */



div#blackLineTop {

	z-index:1;

	position:fixed;

	top:0px;

	left:0px;

	width: 544px;

	height:1px;

	background-color:#111;

	/* for IE */

	filter:alpha(opacity=7);

	/* CSS3 standard */

	opacity:0.7;

	border-right-width: 2000px;

	border-left-width: 259px;

	border-right-style: solid;

	border-left-style: solid;

	border-top-color: #72270b;

	border-right-color: #72270b;

	border-bottom-color: #72270b;

	border-left-color: #72270b;

}



div#brownLineBottom {

	position:fixed;

	bottom:2px;

	width:100%;

	height:1px;

	background-color:#72270b;

	left:0px;

}



div.stripe {

	z-index:3;

	position:fixed;

	bottom:5px;

	left:259px;

	width: 548px;

	height:5px;

	background-color:#72270b;
	border-bottom:#f5f4f4 3px solid;
	bottom:3px;

	/* for IE */

	filter:alpha(opacity=80);

	/* CSS3 standard */

	opacity:0.80;
	display:none;
}



div#whiteline {

	z-index:4;

	position:fixed;

	bottom:0px;

	left:0px;

	width:100%;

	height:2px;

	background-color:#f5f4f4;

}
