body {
  background: #031C6C;
}
#container{
  background:url(images/body_strip.png) repeat-y;
  border:2px solid white;
  color:#333;
  line-height:130%;
  margin:0 auto 20px auto;
  position:relative;
  width:960px;
  background: #031C6C url(images/bground.jpg) no-repeat center center;
  height: 600px;
}
#speakers {
  position: absolute;
  bottom: 0;
   left: 62px;
  /*background: url(images/indexSpeakers.png) no-repeat;*/
  width: 336px;
  height: 450px;
}

#logo {
  position: absolute;
  top: 15%;
  right: 53px;
  /*width: 334px;*/
  height: 65px;
  /*background: url(images/logo.png) no-repeat;*/
  background: url(images/logoCapture.jpg) no-repeat;
  width: 321px;
  text-indent: -9999em;
  margin: 0;
  z-index: 3;
}

#intro {
  position: absolute;
  top: 15%;
  left: 40px;
  background: url(images/d.gif) no-repeat;
  padding: 0 0 0 61px;
  width: 500px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 0.8em;
}

#intro span {
  position: absolute;
  top: -1000px;
}

#intro p {
  margin: -3px 0 12px 0;
}

#portfolio {
  position: absolute;
  top: 35%;
  right: 0;
  width: 100%;
  height: 294px;
  background: url(images/strip.png);
}

ul {
  position: absolute;
  top: 35%;
  right: 40px;
  padding:0;
  z-index: 4;
  list-style: none inside;
  width: 482px;
  height: 294px;
  margin: 0;
}

ul li {
  width: 138px;
  height: 138px;
  float: left;
  margin: 0 18px 18px 0;
  background: url(images/strip_2.png);
}

ul li a {
  float: left;
  width: 102px;
  height: 102px;
  margin: 18px 0 0 18px;
}

ul li a img {
  border: 0;
}
#enter		{ position: absolute; right: 20px; bottom: 20px; }
.enterbutton	{ border: #FFFFFF 1px solid; background-color: #E7720B; text-align: center; display: block; width: 48px; padding: 1px; margin: 2px; }
a:link		{ color: #FFFFFF; text-decoration: none; }

a:visited	{ color: #FFFFFF; text-decoration: none; }

a:active	{ color: #FFFFFF; text-decoration: none; }

a:hover		{ color: #031C6C; text-decoration: none; }