body {
	background-image: url(../images/background.jpg);
	BACKGROUND-REPEAT: ;
	background-attachment: fixed;

}

table#main {
	width: 877px;
	background-color: #333333;
	border:6px solid white; 
	border-color:white; 	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	box-shadow: 0 0 60px black;
}

td.header
{
  width: 855px;
  height: 216px;
  margin: 2px auto;
  color: #336633;
  padding: 3px 3px;
  BACKGROUND-IMAGE: url(../images/kobalos_banner.jpg); BACKGROUND-REPEAT: repeat-y;
}

td.leftPanel
{
  width: 37%;
  margin: 2px auto;
  color: #336633;
  padding: 3px 3px;
  background-color: #333333;
}

td.rightPanel
{
  width: ;
  margin: 2px auto;
  color: #336633;
  padding: 3px 3px;
  background-color: #333333;
}

.menuFooter
{
  width: 855px;
  height: 10px;
  margin: 2px auto;
  color: #336633;
  padding: 3px 3px;
  background-color: palegreen;
  float: fixed;
}

.movie
{
  width: 517px;
  height: 300px;
  background: black;
  margin: 2px auto;
  color: #336633;
  padding: 3px 3px;
  float: left;
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

/* ======== Left-Menu ======== */
.leftSubMenu
{
  width: 295px;
  height: 280px;
  background-image: url(../images/bg-leftMenu_.jpg);
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-left: 2px solid #666666;
  float: right;
}

.leftSubMenuTop
{
  width: 295px;
  height: 40px;
  background-image: url(../images/title-bg.jpg);
  BACKGROUND-REPEAT: repeat-x;
  border-right: 2px solid #666666;
  border-left: 2px solid #666666;
  float: right;
}

.leftTrans
{
  width: 90%;
  height: 87%;
  background-color: black;
  color: white;
  font-family: tahoma, arial, verdana;
  font-size: 11px;
  text-align: justify;
  margin: 10px auto;
  padding: 10px 10px;
	filter:alpha(Opacity=40, FinishOpacity=0, Style=0, StartX=0, StartY=0, FinishX=200, FinishY=0);
	opacity: 0.4;
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
}

p.insideTrans
{
  color: rgba(255, 255, 255, 1.0);
}

/* ======== Movie ======== */
.testMain
{
  width: 512px;
  height: 295px;
  background: black;
  color: #336633;
  float: left;
}

.testLeft
{
  width: 5px;
  height: 295px;
  background-image: url(../images/movie-left.jpg);
  BACKGROUND-REPEAT: repeat-x;
  color: #336633;
  float: left;

}
.testRight
{
  width: 5px;
  height: 295px;
  background-image: url(../images/movie-left.jpg);
  color: #336633;
  float: right;
}


.testLeftAll
{
  width: 5px;
  height: 610px;
  background-image: url(../images/movie-left-610.jpg);
  BACKGROUND-REPEAT: repeat-x;
  color: #336633;
  float: left;

}
.testRightAll
{
  width: 5px;
  height: 610px;
  background-image: url(../images/movie-left-610.jpg);
  color: #336633;
  float: right;
}

.testLeftVideo
{
  width: 5px;
  height: 670px;
  background-image: url(../images/movie-left-700.jpg);
  BACKGROUND-REPEAT: repeat-x;
  color: #336633;
  float: left;

}
.testRightVideo
{
  width: 5px;
  height: 670px;
  background-image: url(../images/movie-left-700.jpg);
  color: #336633;
  float: right;
}

.testTop
{
  width: 512px;
  height: 5px;
  background-image: url(../images/movie-top.jpg);
  BACKGROUND-REPEAT: repeat-x;
  color: #336633;
}

.testBottom
{
  width: 512px;
  height: 24px;
  background-image: url(../images/movie-bottom.jpg);
  color: #336633;
  float: top;
}

.testMainB
{
  width: 512px;
  height: 5px;
  background: black;
  color: #336633;
  float: left;
}


/* ======== Contents ======== */
.
{
  width: 512px;
  height: 300px;
  background: black;
  color: #336633;
  float: left;
}

div.contents {
	width: 100%;
	height: 100%;
	padding: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
}

div.content_title {
	font-size: 12px;
	color: #FFD700;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	text-align: justify;
}

a {
	color: lightsteelblue;
	text-decoration: none;
}

a:hover {
	color: lemonchiffon;
}

a:visited {
	color: lightsteelblue;
}