/* global */

html {
	height: 100%;
}

body {
	height: 100%;
}

body {
  font: normal 1em Georgia, Geneva, serif;
  color: #494949;
}

#wrapper {
  background: url(../img/bg.gif) top repeat-y;
  width: 1000px;
  margin: 0 auto;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

#intro {
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 20px 10px 0 10px;
}

.table-align {
	width: 920px;
	margin: 0 auto;
}

#link {
	font-size: 38px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* join */

.video-table {
  width: 920px;
  margin: 0 auto;
}

.video {
  width: 200px;
  margin: 0 auto 40px auto;
}

.video-title-bg {
  background: url(../img/video-title-bg.jpg) top no-repeat;
  width: 200px;
  height: 20px;
}

.video-title-bg p {
  font: normal 12px Tahoma, sans-serif;
  color: #000000;
  padding: 3px 0 0 0;
  text-align: center;
}

.video-desc {
  font: normal 12px Tahoma, sans-serif;
  color: #ef3d61;
  padding: 5px 0 0 0;
  text-align: left;
}

.gray {
	color: #555555;
}

/* /join */

/* highlight */

.highlight img {
	border: 10px solid #6e6e6e;
}

.highlight:hover img {
	border: 10px solid #ffffff;
}

.highlight:hover {
	color: #a17953; /* Dumb definition for MSIE */
}

/* end of highlight */

/* global links */

a:link {
	color: #b31414;
	text-decoration: underline;
}

a:visited {
	color: #e53def;
	text-decoration: none;
}

a:hover {
	color: #919191;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* /global links */
