@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
	background-color:#2E3699;
}

.background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

.content {
	position:relative;
	z-index:1; 
	padding:10px;
	margin-top:0;
	margin-bottom:0;
}

body {
	text-align:center;
	font-family:"Maiandra GD";
	font-weight:bold;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
	top:0px;
	bottom:0px;
	}

p {
	font-size:16px;
	}

.editor_background {
	background-color:#000;
}

.copyright {
	color:#000;
}

.photos_table span {
	visibility:hidden;
	position:absolute;
	display:table;
	top:0px;
	left:0px;
}

.photos_table span img {
	max-height:500px;
	max-width:500px;
}

a.photos_table:hover span {
	visibility:visible;
	color:#63B5FF;
	position:absolute;
	left:450px;
	right:300px;
	top:20px;
	z-index:50;
	display:table-cell;
	position:fixed;
	text-align:center;
}

.koi_table {
	margin: 14px;
	vertical-align:middle;
	display:inline;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	right:0px;
	left:0px;
}

.koi_single {
	margin: 14px;
	vertical-align:middle;
	display:inline;
	height: auto;
	width: auto;
	text-align: center;
	right:0px;
	left:0px;
}

.links {
	color:#FFF;
	padding:0px;
	display:block;
}

.news_table {
	padding:0px;
	width:100%;
	height:100%;
	display:block;
}

.spacer {
	font-size:5px;
}

.spacer_big {
	font-size:10px;
}

a.links:link {
	text-decoration:none;
}

a.links:visited {
	color:#FFF;
	text-decoration:none;
}

a.links:hover {
	text-decoration:underline;
}

.main_background {
	background-image:url(background_main.gif);
	background-repeat:no-repeat;
/*	background-color:#3333FF; */
	background-color:#0000FF;
	background-position:top;
}

.buttons {
	background-image:url(button_background.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:34px;
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

.red {
	color:#F00;
}

.large_pic {
	display:none;
}

.koi_video {
	z-index:50;
}

.bottom_background {
	background-image:url(background_bottom.gif);
	height:87px;
}