/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* {
	margin: 0;
	padding: 0;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box {
	margin: 0 auto;
	width: 870px;
	padding: 50px;
	padding-bottom:20px;
	font: 14px/2.8 Georgia, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }
#cont .box table tr td {
}
text {
	font-family: Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
}
.text {
	font-family: Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
	padding-left: 80px;
	padding-right: 90px;
	line-height: 23px;
	background-color: #000;
	font-weight: normal;
}
#bgcontent {
	background-image: url(../images/bg-middle.png);
}
.ptitle {
	font-family: Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #C978F9;
}
.textheader
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #EEA15D;
	line-height: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#video_content
{
width: 800px;
}

.text_title
{
text-align: left;
color: #FFF;
	font-family: Geneva, Arial, Helvetica;
	font-weight: normal;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 40px;
	line-height: 23px;
}