body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-attachment: fixed;
}

.content {
	position: absolute;
	height: 400px;
	width: 700px;
	margin: 0px;
	top: 30px;
	left: 0px;
	z-index: 2;
}

.line {
	height: 1500px;
	width: 2000px;
	background-image: url(images/line-background.gif);
	background-repeat: no-repeat;
	margin: 30px auto auto 90px;
	position: absolute;
	z-index: 3;
	background-attachment: fixed;
}

.star {
	height: 506px;
	width: 400px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: right 80px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background-attachment: fixed;
	top: 107px;
	right: 0px;
	left: 589px;
}

.dots{
	background-image: url(images/dots1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.listbox{
	height: 300px;
	width: 400px;
	overflow: auto;
	margin: 10px auto auto auto;
	padding-right: 20px;
	}
	
.timebox{
	height: 320px;
	width: 420px;
	overflow: auto;
	margin: 10px auto auto auto;
	padding-right: 20px;
	}
	
.photobox{
	overflow: auto;
	width: 393px;
}

.photoboxdetail {
	position: absolute;
	top: 200px;
	left: 600px;
	width: 150px;
	height: 500px;
	overflow: auto;
	z-index: 2;
}

.photonav {
	position: absolute;
	top: 182px;
	left: 642px;
	width:auto;
	z-index: 2;
}

.link{
	width: 90px;
	height: 20px;
	position: absolute;
	z-index: 10;
	left: 14px;
	top: 400px;
	}

	
ul{
	padding: 0px 10px 0px 15px;
	margin: 0px;
	}
	
ol{
	padding: 0px 10px 0px 15px;
	margin: 0px;
	}
	
.hzimg{
	margin: 70px auto auto auto;
	}

a:hover{
	text-decoration: underline;
	color: #FFCC33;
	}
a:active{
	color: #FFCC33;
	text-decoration: underline;
	}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}
a:link{
	color: #FFFFFF;
	text-decoration: none;
	}
