/* CSS Document for MLB® SlugFest® 2006™ Copyright © 2006 Midway Amusement Games LLC */

/* Secondary Page Imports */
@import "media.css";
@import "buy.css";
@import "features.css";

/*------- General -------*/
* {
	padding: 0;
	margin: 0;
	border: 0;
	}
body {
	background: /*#390B10*/#2E0101 url(../images/body_bg.jpg) repeat-y center top;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	}

/*----- Positioning -----*/
#wrapper {
	text-align: left;
	background-color: #0A2045;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	}
#container {
	background: transparent url(../images/bg.jpg) repeat-x left top;
	}
#content {
	float: left;
	width: 300px;
	padding: 0 5px;
	background: transparent url(../images/bg.jpg) repeat-x left top;
	}
#right {
	float: right;
	width: 170px;
	vertical-align: top;
	text-align: center;
	background: transparent url(../images/bg.jpg) repeat-x left top;
	}
#middle { 
	float: left;
	width: 240px;
	padding-top: 15px;
	text-align: center;
	background: transparent url(../images/bg.jpg) repeat-x left top;
	}
#footer {
	clear: both;
	padding-top: 20px;
	}

/*------ Formatting -----*/
a {
	color: #FFCC33;
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
.legal {
	font-size: 8pt;
	color: #ccc;
	text-align: justify;
	padding: 10px;
	}
.legal-logos {
	background-color: #061328;
	border-top: 2px solid #424F65;
	border-bottom: 2px solid #424F65;
	height: 56px;
	text-align: center;
	margin-top: 10px;
	}
p {
	padding-top: 10px;
	}
hr { 
	height: 1px;
	width: 90%;
	color: #7D8799;
	text-align: center;
	}
.updateList {
	font-size: 8pt;
	padding-left: 20px;
	padding-top: 10px;
	}
h3.update {
	width: 170px;
	height: 25px;
	background: transparent url(../images/updates.gif) no-repeat left top;
	margin-top: 10px;
	}
h3.update span {
	visibility: hidden;
	display: none;
	}
h3.headline {
	width: 209px;
	height: 29px;
	background: transparent url(../images/headline.gif) no-repeat left top;
	margin-top: 15px;
	}
h3.headline span {
	visibility: hidden;
	display: none;
	}
.mid {
	text-align: left;
	}