﻿body
{
  margin: 0;
  padding: 0;
  font-family: Arial,Verdana,sans-serif;
  color: #ffffff;
 }

html
{
  margin: 0;
  padding: 0;
}

img
{
  border: 0;
}


#fullwidth
{
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #010101;
}

#container
{
  width: 660px;
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
}

#header
{
  
  position: relative;
  width: 600px;
  height: 70px;
  margin: 0px 30px;
  background-repeat: no-repeat;
  background-color: #171717;
  background-image: url(../images/adidas-header.png);
}


#gameBox
{
  width: 660px;
  height: 420px;
  background-image: url(../images/shadow.jpg);
}

#copy
{
  width: 660px;
  height: 20px;
}



#flashBox
{
  width: 660px;
  height: 420px;
  padding: 10px 30px 35px 30px;
}
