@charset "utf-8";
body {
	background-image: url(bg.gif);
	margin:0;
}

#wrap {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#videos img, #topvideo img {
	margin-left:auto;
	margin-right:auto;
	border: 10px solid #000000;
	display: block;
	margin-bottom:10px;
	}
#topvideo {
	width:270px;
	float:left;
	}
#videos {
	width: 300px;
	float: right;
	}

#screencaps {
	width: 420px;
	float:left;
	}
	
#screecaps img {
	margin: 0px;
	padding: 0px;
	float:left;
	}
	
#text-box {
	width:428px;
	height: 186px;
	float:right;
	border: 1px solid #000;
	background-color:#c10000;
	padding: 10px;
	display: inline-block;
	}
	
/* IE6 Only */
* html #text-box{
width: 420px;
}

#text-box h2, p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	}
#text-box p {
	font-size:12px;
	}

#text {
	width:100%;
	height:100%;
	text-align:left;
	margin:0px;
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	}
.btm-space {
	margin-bottom: 20px;
	}
.top-space {
	margin-top: 20px;
	}
