﻿html {
  width:100%;}
body {
  margin:0;
  background-color:#000000;
  width:100%;}
img {
  border:0;}

/* containers */
#mainContainer, #noFlashContainer {
  margin-top:58px;
  width:auto;
  height:453px;
  background: url(../img/noflash/bg_noflash.jpg) 0 0 repeat-x;}
#flashContainer {
  height:745px;
  background: url(../img/flash/bg_flash.jpg) 0 58px repeat-x;}
#contentContainer {
  position:relative;
  width:772px;
  height:453px;
  text-align:left;}
#contentContainer #logo {
  position:absolute;
  top:-58px;
  left:0px;}
#contentContainer .margin {
  margin-top:40px;}

.left {
  float:left;}

/* footer styles */
#footer {
  position:relative;
  width:772px;
  height:31px;
  text-align:left;}
#footer #nikecomLogo {
  margin-left:13px;}
#footer #copyright {
  position:absolute;
  top:0px;
  right:0px;}

/* hides omniture gutter from IE */
#omniture {
  display:none;}

