html, body {
	
}

.clear{
	clear:both;
}

.topwrapper{
	margin: 15px auto 0px;
	width: 640px;
}

.logowrapper{
	float: left;
	width: 116px;
}

.logo{
	background: transparent url(assets/bike_pond_logo_250.png) no-repeat top left;
	width: 250px;
	height: 250px;
}

.logo span{
	display:none;
}

.smalllogo{
	background: transparent url(assets/bike_pond_logo_125.png) no-repeat scroll -6px top;
	width: 110px;
	height: 125px;
}

.smalllogo span{
	display:none;
}

.contentwrapper{
	margin: 0px auto 0px;
	width: 640px;
}

.video{
	position: relative;
	margin: 0px auto 0px;
	width: 640px;
	height: 380px;
}

.videoinfo{
	padding: 15px 0px 0px 0px;
}

.teaminfo{
	position: relative;
	margin: 10px auto 0px;
}

.footerwrapper{
	margin: 15px auto 15px auto;
	width: 640px;
}