@charset "utf-8";
/* CSS Document */

.wall{
	position: absolute;
	width: 1800px;
	height: 1405px;
	margin: 0 auto;
	background-color: #86ff79;
	background-image:url(../img/xxx.jpg);
}

#container{
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top: 40px;
}

.subcontainer {
	position: relative;
	width: 987px;
	height: 1200px;  
	margin: 0 auto;
	background-color: #x;
}

.videobox {
	position: relative;
	top: 30px;
	margin-left: 339px;
	width: 648px;
	height: 566px;
	background-color: #ffffff;
}

.contentbox {
	position: relative;
	top: 100px;
	height: 525px;
	background-color: #d6d6d6;
	background-repeat:repeat-x;
}


.twitterbox {
	width: 339px;
	height: 548px;
	float: left;
	background-color: #xxx;
	background-image:url(../img/img_bgtwitter.gif);
	background-repeat:no-repeat;
}

.twitter-position {
	margin-top: 57px;
	margin-left: 23px;
	width: 292px;
	height: 600px;
}

.switchbox {
	width: 648px;
	height: 548px;
	float: right;
	background-color: #xxx;
}

.switchbox-position {
	margin-top: 0px;
	margin-left: 23px;
}

#leftcolumn { width: 300px; border: 1px solid red; float: left}
#rightcolumn { width: 300px; border: 1px solid red; float: right}

.clear { clear: both;}

#videolink {
	position: absolute;
	margin-top: 42px;
	margin-left: 837px;
}


/* background image controls */

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

.break { clear:both; }

/* Background Image */
#header { height:1405px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:1405px; position:absolute; }

/* Navigation */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("../images/headerbg.png"); }
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("../images/logo.png"); background-position:top left; background-repeat:no-repeat; }


/* Button link */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:400px; }
#secondline {
	color:#CD2B3A;
	opacity:0.0;
	filter: alpha(opacity = 00);
	text-decoration:none;
	font-size:50px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
}

/* Controls */
.btn { height:38px; width:39px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* Header Navigation */
#headernav-outer { position:relative; top:630px; margin:0 auto; width:960px; }
#headernav { padding-left:90px; }


/* END background image controls */


/* start home footer */


.footer-home {
	width: 987px;
	font-size:10px;
	padding:20px 0px 77px 0px;
    margin:0px auto;
	background-color:#000;
}

.footer-home div.left {
	float:left;
	padding-left: 15px;	
}

.footer-home div.left a {
	color:#5a5a5a;	
}

.footer-home div.left a img {
	border:0px;
	vertical-align:-9%;
	height:9px;
	width:13px;
	padding-right:8px;
}

.footer-home a {		
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-decoration:none;
	padding-right:15px;	
}

.footerlogo-home {
	float:right;
	padding-left: 10px;	
}

/* end home footer */


