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

#container {
	text-align:left;
	width:900px;
	height:2200px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
	border-left-style:solid;
	border-left-color:#000;
	border-left-width:50px;

}

.ticktext {
	font-family:Wingdings;
	font-color:#06C;
}
