html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background:url(gfx/bg_page.png);
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }


body
{
   font-family: Trebuchet MS; 
   font-size:15px; 
   background-color: #000;
      height:100%;
   margin-top: 10px;
min-height: 500px;
      margin:0;
      padding:0;

      border:none
}


#boxheader
{
   width:900px;
   height: 50px;
   margin:0 auto;
   padding:0px;
   text-align:left;
   border:0px;
   font-size:23px;
   color: #003;
   font-weight: bold;
   background:url(gfx/bar.png) no-repeat;
}

#boxcontent
{
   width:860px;
   margin:0 auto 30px auto;
   padding:0px;
   text-align:justify;
   border:0px;
}

#boxheaderbase
{
   width:900px;
   height: 50px;
   padding:0px;
   margin:0 auto;
   text-align:left;
   border-width: 0px;
   border-style: solid;
   font-size:23px;
   color: #003;
   font-weight: bold;
   background:url(gfx/bar3.png) no-repeat;
   background-position: left center;
}

img
{
   vertical-align:text-bottom;
}


#importantdates
{
   padding:0px;
   spacing:0px;
   border:2px;
}

table.programme
{
   margin: 0 auto;
   padding: 0px 0px 0px 0px;
   width: 600px;
   border-width: 0px;
   border-style: double;
}

table.programme tbody td
{
   border-top: 1px dotted black;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
   margin: 0
   padding: 0px;
}

table.programme td.lastrow
{
   border-top: 1px dotted black;
   border-bottom: 1px dotted black;
   border-left: 0px;
   border-right: 0px;
   margin: 0
   padding: 0px;
}

.affiliation { color:#777 }


a:link
{
  text-decoration: none;   
  color: #566a83;
}

a:hover
{
  text-decoration: none;
  color: #8296b0;
}

a:visited
{
  text-decoration: none;   
  color: #566a83;
}

a:active
{
  text-decoration: none;
  color: #8296b0;
}


#callforpapers
{
   position: absolute;
   left: 50%;
   margin-left: 370px;
   margin-top: 110px;
   font-size:12px;
}


#backtomenu
{
   width:860px;
   padding:0px;
   text-align:right;
   border:0px;
}

.smalltext
{
   font-size: 10pt;
}