body {
	background-image: url(images/base.jpg);
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	line-height: 24px;
	color: #CCC;
	letter-spacing: 1px;
	margin: 0px;
}

.black_base {
	background-image: url(images/base01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
}

.index {
	font-size: 10px;
	line-height: 20px;
	color: #999;
	letter-spacing: 1px;
}
.white_top {
	background-image: url(images/base02.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 800px;
}
.white_base {
	background-image: url(images/base03.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	color: #000;
}
.white_bot {
	background-image: url(images/base04.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 800px;
}
.boader {
	background-image: url(images/border.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 800px;
}
.btn {
}
.small {
	font-size: 12px;
}
a:hover {
	color: #BAFFFF;
	text-decoration: none;
}
a:visited {
	color: #0396B4;
	text-decoration: none;
}
a:link {
	color: #08D2FD;
	text-decoration: none;
}
