body 
	{
	text-align: center;
	margin: 0;
	background-color: #fff;
	}
	
#header
	{
	position: relative;
	text-align: left;
	}

#logo
	{
	position: absolute;
	text-align: left;
	left: 25px;
	top: 0px
	}

#page
	{
	position: absolute;
	width: 550px;
	height: 550px;
	background-color: transparent;
	text-align: center;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -255px;
	}
	
#pic
	{
	position: relative;
	visibility: visible;
	text-align: left;
	background-color: transparent;
	}
	

#caption
	{
	position: absolute;
	z-index: 10;
	height: 50px;
	left: 0px;
	top: 0px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #555577;
	text-align: left;
	width: 100px;
	padding-left: 10px;
	width: 110px;
	background-color: transparent;
	}
	
#copyright 
	{
	position: relative;
	margin-top: 10px;
	font-family: verdana, sans-serif;
	font-size: 9px; 
	color: #bbb; 
	text-align: center
	}
	
#textbox
	{
	text-align: left;
	position: absolute;
	width: 400px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	}
	
#hbox
	{
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	color: #fefefe;
	font-family: verdana, sans-serif;
	font-size: 4px;
	}
	
#menu
	{
	text-align: left;
	position: absolute;
	left: 55px;
	top: 320px;
	width: 100px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #99b;
	}
	
#smenu
	{
	position: absolute;
	width: 10px;
	top: 0px;
	left: -15px;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #ddd;
	}

.picname
	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px
	}
	
a, a:visited
	{
	color: #669;
	text-decoration: none;
	}
	

a:hover
	{
	color: #f00;
	text-decoration: underline;
	}
