/*  --  MAIN FRAME  --  */

#frame {
	width: 981px;
	/*margin: 0 auto;*/
	position: relative;
	left: 50%;
	margin-left: -499px;
}

#frame_top {
	height: 159px;
	position: relative;
}

#frame_middle {
	background-color: #fff;
	padding: 1px;
}

#frame_bottom {
	min-height: 60px;
	height: auto !important;
  	height: 60px;
	text-align: center;
	background-color: #000;
}

/*  --  TOP  --  */

#top_logo {
	width: 140px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/top_logo.png");
	background-repeat: no-repeat;
	padding: 0 8px 8px 0;
}

#top_menu {
	width: 841px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/top_menu.png");
	background-repeat: repeat;
}

#top_text {
	width: 194px;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0  0 2px 3px;
	font-size: 12px;
}

#top_login {
	width: 359px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../images/top_login.png");
	background-repeat: no-repeat;
	padding: 0 16px 0 12px;
}

/*  --  MIDDLE  --  */

#main {
	min-height: 252px;
	height: auto !important;
  	height: 252px;
  	background-image: url("../images/main.png");
  	background-repeat: repeat-x;
  	padding: 7px 5px 7px 4px;
  	background-color: #ededed;
}

#main_header {
	min-height: 160px;
	height: auto !important;
  	height: 160px;
	background-color: #000;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
}

#header_team_link {
	display: block;
	width: 100%;
	min-height: 160px;
	height: auto !important;
  	height: 160px;
  	position: absolute;
  	top: 0;
  	left: 0;
}

#header_driver_link {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("../images/top_login.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}

#header_driver_link span {
	padding-left: 10px;
	text-transform: uppercase;	
}

#header_driver_link a {
	padding: 0 10px;
	color: #ff0000;
	text-transform: uppercase;	
}

#header_driver_link a:hover {
	color: #fff;	
}

#header_image {
	width: 970px;
	height: 160px;
	background-image: url("../images/headers/F1live_header_common.jpg");
	background-repeat: no-repeat;
}

#main_menu {
	margin-bottom: 3px;
}

#main_content_left {
	width: 637px;
	float: left;
	margin-right: 8px;
}

#main_content_right {
	width: 325px;
	float: left;
}

.banner_container {
	margin-bottom: 10px;
	text-align: center;
}

