@charset "utf-8";
/* CSS Document */

/*body {  yes ... body is a tag too ;) 

}*/


html, body, #wrap {
	width: 1024px; margin: 0 auto;
 /* this will center the site */
font: 12px "Verdana", sans-serif;
color:#FFF;
background-color:#000;
background-attachment: fixed;
	height: 100%;
	}

body > #wrap {
	height: auto; 
	min-height: 100%;
	}

#main {
	position:relative;
	padding-bottom: 71px;
	}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -71px; /* negative value of footer height */
	height: 71px;
	clear:both;
	} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content {
width: 720px;
float:right;
}

#side {
	position: absolute;
	float: left;
	width: 300px;
	height: 200px;
}

#tablepadding tr td{
padding: 5px;	
text-align: center;
}

#tablepadding a{
	color:#FFF;
}

.flashelement {
	position: absolute;
}
.video1 {
	
width: 360px;
float: left;
}

.video2 {
	
width: 360px;
float: right;
}

.video3 {
width: 360px;
float: left;
}

#videopage {
	width: 500px;
	float:right;
	font-size:18px;
}

