BODY {
	background-color: #000;
	border-style: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
IMG {
	border-style: none;
}
A {
	color: #FFF;
	text-decoration: none;
}


#logo {
	position: absolute;
	bottom: 0px;
	right: 30px;
	height: 73px;
	width: 175px;
	background-image: url("images/zhuoqe.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
}
#logo-small {
	position: absolute;
	bottom: 0px;
	right: 30px;
	height: 73px;
	width: 175px;
	background-image: url("images/zhuoqe-small.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

#inno {
	background-image: url("images/inno.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	height: 85%;
	width: 21px;
}

#tribal {
	background-image: url("images/tribal.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	float: right;
	height: 85%;
	width: 68px;
}

#links {
	position: absolute;
	bottom: 0px;
	left: 30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#links DIV {
	display: block;
	float: left;
	margin-right: 28px;
	padding: 0px;
}

#title {
	position: absolute;
	bottom: 0px;
	left: 30px;
	height: 71px;
	width: 250px;
	background-image: url("images/svn.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#repos {
	font-family: "Myriad Pro", "Trebuchet MS", arial, verdana, sans-serif;
	position: absolute;
	left: 75px;
	bottom: 100px;
	vertical-align: bottom;
}
#repos .name {
	color: #FFF;
	font-size: 18px;
}
#repos .rev {
	color: #333;
	font-size: 10px;
	font-style: italic;
	position: relative;
	left: 13px;
	bottom: 2px;
}







