#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
#header {
	text-align: center;
}
#header #intro {
	font-family: arial;
	color: #FFF;
	font-size: 13px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
}
#mainlogo {
	margin-top: 20px;
	z-index: 1;
	background-image: url(ryderclips_logo.jpg);
	height: 344px;
	width: 539px;
	margin-left: 220px;
}
#boxes {
	margin-left: 30px;
	margin-top: -40px;
	margin-bottom: 20px;
	z-index: 2;
}
#boxes .box {
	margin-bottom: 10px;
}

#boxes .box .pic {
	float: left;
	margin-right: 30px;
}
#boxes .box .info {
	float: left;
	font-family: arial;
}
#boxes .box .info .name {
	color: #fcbe11;
	font-size: 18px;
	font-weight: bold;
}
#boxes .box .info .tagline {
	color: #ee2024;
	font-size: 18px;
	font-weight: bold;
}
#boxes .box .info .link {
	margin-top: 20px;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
#boxes .box .info .link a {
	color: #FFF;
}


#boxes .box .redline {
	clear: both;
	background-color: #c72027;
	height: 3px;
}

#pageload {
	position: absolute;
	width: 920px;
	height: 3000px;
	top: 70px;
	text-align: center;
	color: #F00;
	font-family: arial;
	font-size: 28px;
	z-index: 100;
	background-image: url(dark.png);
	font-weight: bold;
	padding-top: 100px;
}

