#sidebar_wrapper {
	float: right;
	width: 110px;
	height: 1245px;
}

#sidebar_wrap {
	width: 100%;
	height: 100%;
	border-spacing: 0px 0px;
	border: 0px none;
}

#page_sidebar1 {
	background: url(../images/commander_bar.png) 0 0 no-repeat;
	width: 110px;
	height: 1245px;
}

#page_sidebar2 {
	background: url(../images/turret_bar.png) 0 0 no-repeat;
	width: 110px;
	height: 1245px;
}

#page_sidebar3 {
	background: url(../images/support_bar.png) 0 0 no-repeat;
	width: 110px;
	height: 1245px;
}

#page_sidebar4{
	background: url(../images/creep_bar.png) 0 0 no-repeat;
	width: 110px;
	height: 1245px;
}

a.about {
	position: relative;
	left: 456px;
	top: 18px;
	width: 414px;
	height: 28px;
	line-height: 28px;
	margin-top: -10px;
	font-size: 14pt;
	text-decoration: none;
	color: white;
}

.about_bottom {
	width: 100%;
	height: 46px;
}

#about1_b {
	background: url(../images/about_commanders_b.png) 0 0 no-repeat;
	width: 100%;
	height: 46px;
	position: relative;
	z-index: 4;
	top: 0px;
	left: 0px;
	margin-bottom: -18px;
}

#about2_b {
	background: url(../images/about_turrets_b.png) 0 0 no-repeat;
	width: 100%;
	height: 46px;
	position: relative;
	z-index: 3;
	top: 0px;
	left: 0px;
	margin-top: -18px;
	margin-bottom: -18px;
}

#about3_b {
	background: url(../images/about_support_b.png) 0 0 no-repeat;
	width: 100%;
	height: 46px;
	position: relative;
	z-index: 2;
	top: 0px;
	left: 0px;
	margin-top: -18px;
	margin-bottom: -18px;
}

#about4_b {
	background: url(../images/about_creeps_b.png) 0 0 no-repeat;
	width: 100%;
	height: 46px;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin-top: -18px;
}

#about1_content{
	background: url(../images/about_commanders.png) 0 0 no-repeat;
	width: 100%;
	height: 192px;
}

#about2_content{
	background: url(../images/about_turrets.png) 0 0 no-repeat;
	width: 100%;
	height: 210px;
}

#about3_content{
	background: url(../images/about_support.png) 0 0 no-repeat;
	width: 100%;
	height: 210px;
}

#about4_content{
	background: url(../images/about_creeps.png) 0 0 no-repeat;
	width: 100%;
	height: 210px;
}