/* Default Styles */
/******************/
body {
	font-family: georgia, verdana, arial;
	background: #336699;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: rgb(0,160,198);
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding: 0;
	margin: 0;
}

#source {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#title {
	position: absolute;
}

#chinese {
	position: absolute;
	left: 672px;
	top: 658px;
	height: 36px;
	width: 50px;
	background: url(blank.png);
}

#english {
	position: absolute;
	left: 727px;
	top: 655px;
	height: 36px;
	width: 67px;
	background: url(blank.png);
}

#blog {
	background-image: url(blog.jpg);
	position: absolute;
	left: 28px;
	top: 28px;
	height: 129px;
	width: 112px;
}

#bio {
	background-image: url(bio.jpg);
	position: absolute;
	left: 173px;
	top: 28px;
	width: 99px;
	height: 133px;
}

#photos {
	background-image: url(photos.jpg);
	position: absolute;
	left: 295px;
	top: 28px;
	width: 195px;
	height: 124px;
}

#albums {
	background-image: url(albums.jpg);
	position: absolute;
	left: 495px;
	top: 28px;
	width: 135px;
	height: 121px;
}

#contact {
	background-image: url(contact.jpg);
	position: absolute;
	left: 656px;
	top: 28px;
	width: 147px;
	height: 114px;
}

#thanks {
	position: absolute;
	left: 254px;
	top: 245px;
}

#hide {
	visibility: hidden; 
	position: absolute; 
	top: -1000px; 
	left: -1000px; 
	overflow: hidden;
}
