@import url("reset.css");



html {
	overflow: hidden;
}



body {
	background: url(../images/stars.jpg);
	overflow: hidden;
}



#home_wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
}



#right_side {
	position: absolute;
	left: 900px;
	top: 30px;
}



#left_side {
	position: absolute;
	right: 900px;
	top: 30px;
}



ul {
	height: 29px;
}



ul li {
	display: block;
	float: left;
}



ul li.tab_left_for_arrow_up {
	height: 19px;
	width: 8px;
	background: url(../images/tab_leftend.png) bottom no-repeat;
}




ul li.tab_right_for_arrow_up {
	height: 19px;
	width: 8px;
	background: url(../images/tab_rightend.png) bottom no-repeat;
}



ul li.tab_left_for_arrow_down {
	height: 19px;
	width: 8px;
	background: url(../images/tab_leftend.png) top no-repeat;
}




ul li.tab_right_for_arrow_down {
	height: 19px;
	width: 8px;
	background: url(../images/tab_rightend.png) top no-repeat;
}



ul.arrow_up {
	background: url(../images/tab_arrow_up.gif) top center no-repeat;
}



ul.arrow_up li {
	padding-top: 10px;
}



ul.arrow_down {
	background: url(../images/tab_arrow_down.gif) bottom center no-repeat;
}



ul.arrow_down li {
	padding-bottom: 10px;
}