body  {
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	background-color: #000000;
	color: #FFF;
	overflow-x: hidden;
}
.header {
	position : absolute;
	top : 0px;
	left : 15px;
	font-size: 25px;
	font-style: italic;
	font-family: segoe script, sylfaen;
}
.content {
	position : absolute;
	left : 255px;
	top : 70px;
	border-top: 2px groove #333;
	border-right: 2px groove #333;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 250px;
	width: 740px;
}
.title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom: 2px groove #333;
}
.cprite {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}
.menu {
	border-spacing : 0;
	width: 200px;
	position: relative;
	left: 15px;
	top: 35px;
	border: 2px groove #333;
}
.menu td, .menu th, .viewer td, .viewer th, .picture td, .picture th, .frame th{
	border: 2px groove #333;
}
.menu td, .viewer td{
	background: #111;
	padding-left: 15px;
}
.menu th, .viewer th, .picture th, .frame th{
	background: #666;
	color: #000;
}
.name, a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.viewer {
	border-spacing : 0;
	width: 200px;
	position: relative;
	left: 15px;
	top: 33px;
	border: 2px groove #333;
	border-top: none;
	margin-bottom: 100px;
}
.picture {
	position: relative;
	margin: 0px;
	border-spacing: 0;
	padding: 0px;
}
.picture td {
	margin: 0px;
	padding: 0px;
	border-top: none;
}
.image {
	max-width : 751px;
	max-height : 513px;
}
.frame {
	width: 757px;
	height : 545px;
	position: fixed;
	left: 230px;
	top: 35px;
	border: 2px groove #333;
	border-spacing: 0;
}
.frame th{
	height : 20px;
}
.frame th, .frame td{
	width: 100%;
}
.frame td{
	vertical-align: top;
	text-align: center;
}
.clickme{
	font-size: 10px;
	position: relative;
	top: 12px;
	left: -100px;
}