@charset "UTF-8";
body {
	background-color: #ed1c26;
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
}

#container {
	height: 684px;
	width: 100%;
	min-width: 1000px;
	background-image: url(../jump-images/redbar.jpg);
	background-repeat: repeat-x;
	background-color: #242021;
}
.contentBG {
	background-image: url(../jump-images/jesses-custom-design-airbrush-studio.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 940px;
	width: 100%;
	min-width: 1000px;
}
.content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rightbox {
	float: right;
	width: 355px;
}
.rightbox img {
	float: right;
}
