/* CSS Document */
html, body {
height: 100%;
}
body {
  font-size: 62.5%;
  font-family: verdana, helvetica, arial, sans-serif;
  background: #fff url('../images/new_bg.gif');
}

input, select, textarea
{
  font-size: 10px;
  font-family: verdana, helvetica, arial, sans-serif;
}

#wrapper{
   overflow: auto;
   margin: 0 auto;
   width: 800px;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   background: url('../images/bg-repeat.jpg') no-repeat;
}
#left{
  float: left;
  width: 395px;
  height: 600px;
}
#sponsors{
  position: relative;
  top: 452px;
  left: 49px;
}
#content{
  overflow: auto;
  float: right;
  width: 400px;
}
#rules{
	float: right;
	margin-bottom: 20px;
}
#rules a{
	font-size: 1.1em;
	text-decoration: underline;
	color: #101216;
}
#title{
 float: left;
 width: 323px;
 height: 86px;
 margin-top: 105px;
 margin-bottom: 16px;
}
#innercontent{
  float: left;
  width: 323px;
}
#innercontent p{
    margin-top: 6px;
    margin-bottom: 21px;
    font-size: 1.2em;
    color: #101216;
}
#button{
  float: left;
  background: url('../images/enter_now.png');
  width: 149px;
  height: 56px;
  cursor: pointer;
}

