﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Verdana,Arial,sans-serif;
font-size:76%;
line-height: 1.4;
background: #d3dde7 url("images/video_center/video_center_bg.png") repeat-x top;
}
img {
border: none;
}
p {
	text-align: center;
	margin: 5px 30px 4px 30px;
	color: #90c1f7;
	font-size: .9em;
}
#top {
	text-align: center;
	background-color: #295a90;
	background-image: url("images/video_center/top_band_bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.2;
	height: 31px;
}
#top a {
	background-image: url("images/video_center/home_icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 24px;
	color: #d3dde7;
	text-decoration: none;
	font-weight: bold;position: relative;
	top: 10px;
}
#top a:visited {
color: #d3dde7;
}
#top a:hover {
color: #fbb95e;
}
#wrapper {
	width: 796px;
	margin: 8px auto 10px auto;
	background: url("images/video_center/background_frame.png") repeat-y 12px 0;
	position: relative;
}
#wrapper-inner {
background: url("images/video_center/bottom_cap.png") no-repeat left bottom;
padding-bottom: 26px;
}
.footer {
	color: #90c1f7; text-align: center; font-size: .9em;
	padding: 0 30px;
}
.footer a {
	color: #90c1f7;
	text-decoration: none;
}

