/* Version 1.0.1 */

* {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #373737;
  height: 100%;
  min-width:	660px;
  min-height:	400px;
  position: relative;

  margin-left:10px;
  margin-right:auto;

  width:auto !important;
  width:	660px;
  height:auto !important;
  height:	400px;
}

div#contents {
  padding: 	0;
}

div#background {
  position:absolute;
  left:0%;

  padding:	0;
  width:	650px;
  min-height:	500px;

  margin-left:0px;

  height:auto !important;
  height:	500px;

  background-color: #2f2f2f;
  background-repeat: no-repeat;
}

div#title {
  padding-left:	10px;
  margin-top:	10px;
  text-align: center;
  float:left;
}

div#title span {
  display:block;

  min-width:	660px;
  min-height:	50px;
  width: auto !important;
  width: 660px;
  height: auto !important;
  height: 500px;
 text-align: center;

  padding: 0px 0px 10px 0px;

  font-size:	175%;
  font-family:	Tahoma;;
  color:		#eeeeee;
  text-align:	center;
  text-decoration: none;
}


div#menu {
  position:relative;
  width:	640px;
  margin-left:10px;
  margin-right:auto;
  clear:both;
}

div#still_menu {
  margin:	0;
  padding-top:3px;
  width:	320px;
  float:left;
}

div#still_menu a {
  display:block;
  padding: 5px 10px 1px 10px !important;
  padding: 3px 10px 2px 10px;
  width:	298px;
  min-height:	20px;

  height: auto !important;
  height: 20px;

  border-style:solid;
  border-width:1px;
  border-color:#555555;

  font-size: 	100%;
  font-family:	Tahoma;;
  color:		#dedede;
  text-align: 	center;
  text-decoration: none;

  background-color: #1b1b1b;
}

body:first-of-type div#still_menu a {
  padding: 3px 10px 3px 10px !important;
}

div#still_menu a:hover {
  color: 	#0099cc;
  border-color:#000000;
  background-color:#434343;
}

div#video_menu {
  margin:0;
  padding-top:3px;
  width:	320px;
  float:right;
}

div#video_menu a {
  display:block;
  padding: 5px 10px 1px 10px !important;
  padding: 3px 10px 2px 10px;
  width:	298px;
  min-height:	20px;

  height: auto !important;
  height: 20px;

  border-style:solid;
  border-width:1px;
  border-color:#555555;

  font-size: 	100%;
  font-family:	Tahoma;;
  color:		#dedede;
  text-align: 	center;
  text-decoration: none;

  background-color: #1b1b1b;
}

body:first-of-type div#video_menu a {
  padding: 3px 10px 3px 10px !important;
}

div#video_menu a:hover {
  color: 	#0099cc;
  border-color:#000000;
  background-color:#434343;
}

div#back_image {
  position:relative;
  clear:both;

  border-style:solid;
  border-width:1px;
  border-color:#1b1b1b;

  width:638px;
  height:478px;
  margin-left:auto;
  margin-right:auto;

  background-color:#1b1b1b;
}

div#image {
  width:640px;
  height:480px;
  margin-top:0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div#control {
  position:relative;
  width:60px;
  height:35px;
  margin-top:	12px !important;
  margin-top:	12px;
  margin-left:auto;
  margin-right:auto;
}


div#error {
  position:relative;
  clear:both;
  color:	red;
  font-size:	20px;
  font-weight:	bold;
  text-align: 	center;
}

