/* -------------------------------------------------------------

	basic.css for ESPN Classic
	Created by Ralph - ralphandco.com (developer Ben Smith)
	These get replaced by layout.css if the browser understands @import

-------------------------------------------------------------- */

body {
	background-color: #fff;
	background-image: url(/images/backgrounds/upgrade.gif);/*use full url so both ie45mac and nn4 can find it. */
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: Helvetica, Arial, sans-serif;
}
:focus {outline:0;}