
/*****************************************/
/* stripe                                */
/*****************************************/
#stripe_red {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	text-indent: -9000px;
	background: url(img/stripe_red.png) repeat-y;
	margin: 0 0 0 18px;
	overflow: hidden;
}

.home #stripe_red {
	left: 0;
}
.news #stripe_red {
	left: 50px;
}
.blog #stripe_red {
	left: 100px;
}
.info #stripe_red {
	left: 150px;
}
.games #stripe_red {
	left: 200px;
}
.tools #stripe_red {
	left: 250px;
}
.typos #stripe_red {
	left: 300px;
}
.links #stripe_red {
	left: 350px;
}

.donate #stripe_red {
	left: 400px;
}

#stripe_white {
	position: absolute;
	top: 0;
	height: 9999px;
	width: 50px;
	text-indent: -9000px;
	background: url(img/stripe_white.png) repeat-y;
	margin: 0 0 0 18px;
	overflow: hidden;
}

.home #stripe_white {
	left: 0;
}
.news #stripe_white {
	left: 50px;
}
.blog #stripe_white {
	left: 100px;
}
.info #stripe_white {
	left: 150px;
}
.games #stripe_white {
	left: 200px;
}
.tools #stripe_white {
	left: 250px;
}
.typos #stripe_white {
	left: 300px;
}
.links #stripe_white {
	left: 350px;
}
.donate #stripe_white {
	left: 400px;
}

/*****************************************/
/* marker                                */
/*****************************************/

h2 {
	position: absolute;
	top: 0;
	left: 0px;
	height: 225px;
	width: 50px;
	text-indent: -9000px;
	background: url(img/stripe_label.png) 0 0 no-repeat;
	margin: 0;
}
.home h2 {
	background: url(img/stripe_label.png) no-repeat 0 0;
}
.news h2 {
	background: url(img/stripe_label.png) no-repeat -50px 0;
}
.blog h2 {
	background: url(img/stripe_label.png) no-repeat -100px 0;
}
.info h2 {
	background: url(img/stripe_label.png) no-repeat -150px 0;
}
.games h2 {
	background: url(img/stripe_label.png) no-repeat -200px 0;
}
.tools h2 {
	background: url(img/stripe_label.png) no-repeat -250px 0;
}
.typos h2 {
	background: url(img/stripe_label.png) no-repeat -300px 0;
}
.links h2 {
	background: url(img/stripe_label.png) no-repeat -350px 0;
}
.donate h2 {
	background: url(img/stripe_label.png) no-repeat -400px 0;
}
