* {
  font-family: Arial, Helvetica, sans-serif;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #eee8bd;
  background-image: url('../images/texture-background.jpg');
}
h1 {
  color: #cc2c34;
  font-size: 18px;
  font: 22px/18px Georgia, serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: lowercase;
  font-style: italic;
}
p {
  color: #444;
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
  color: #cc2c34;
}
a:hover {
  text-decoration: underline;
  color: #cc2c34;
}
#wrapper {
  margin: 0px auto;
  padding: 0;
  border: 0;
  width: 820px;	
  height: 900px;
  min-height: 100%;
  text-align: left;
  background-image: url('../images/content-background.jpg');
  background-repeat: no-repeat;
  background-position: top left;
/*  background-color: green;*/
}
#main {
  width: 428px;
  height: 450px;
/*  margin: 170px 0 0 0;*/
/*  margin: 170px 0 0 0;*/
  position: relative;
  top: 170px;
  left: 188px;
  z-index: 10;
/*  float: left;*/
/*  background-color: red;*/
}
#bottom-left {
  width: 173px;
  height: 264px;
  position: relative;
  float: left;
  left: -250px;
  top: -40px;
  background-image: url('../images/bottom-left-swirls.png');
  background-repeat: no-repeat;
  background-position: top left;
/*  background-color: blue;*/
}
#bottom-right {
  width: 187px;
  height: 169px;
  position: relative;
  left: 350px;
  top: 40px;
  float: left;
  background-image: url('../images/bottom-right-swirls.png');
  background-repeat: no-repeat;
  background-position: top left;  
/*  background-color: yellow;*/
}
#top-right {
  width: 170px;
  height: 262px;
  position: relative;
  top: -330px;
  left: 525px;
  float: left;
  background-image: url('../images/top-right-swirls.png');
  background-repeat: no-repeat;
  background-position: top left;
/*  background-color: red;*/
}
#flash-upgrade {
  padding-left: 30px;
  padding-top: 90px;
/*  background-color: blue;*/
}