#scroller_container {
	min-height: 800px;
}

#top_back {
	background-position: 0 -984px;
}

#header {
	height: 600px;
}

#logo img {
	height: 36px;
	width: 35px;
}

#content,
#video_window {
	font-size: .9375em;
	font-style: italic;
	left: 50%;
	margin: -250px 0 0 -330px;
	min-width: 660px;
	position: absolute;
	top: 40%;
	width: 660px;
}

#video_window {
	height: 425px;
}

.top_border,
.bottom_border {
	font-size: 1px;
	height: 10px;
}

.top_border .border,
.bottom_border .border {
	background: #000;
	border: 1px solid #fff;
	height: 10px;
	margin: 0 10px;
	position: relative;
}

.top_border .border {
	border-bottom: 0;
}

.bottom_border .border {
	border-top: 0;
	top: -1px;
}

.top_border {
	border-bottom: 1px solid #fff;
}

.bottom_border {
	border-top: 1px solid #fff;
}

.content {
	background: #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 75px 10px;
	text-align: center;
}

.content p {
	margin-bottom: 0;
}

.content .pseudo_link {
	color: #ccc;
}

.content .pseudo_link:hover {
	color: #fff;
}

.content .logo {
	margin-bottom: 2.8em;
}

.content .logo img {
	height: 188px;
	width: 157px;
}

.content .sizes {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

.content .sizes_content {
	float: left;
	left: 50%;
	position: relative;
}

.content .sizes ul {
	float: left;
	left: -50%;
	margin: 0;
	padding: 0;
	position: relative;
}

.content .sizes li {
	float: left;
	margin: 0;
	padding: 0 .5em;
}

.content .sizes .size {
	font-family: Times, serif;
}

.content .sizes .number {
	font-style: normal;
}
