body {
        background-image: url('/images/bgnew.gif');
        text-align: center;
        background-repeat: repeat-x;
        font-size: small;
        margin : 10px;
        font: Arial, Verdana, Helvetica; 
        padding: 0px;

}
#container {
        margin: 0 auto;
        background-color:white;
        width: 900px;
        text-align: left;
}
#login-box{
 text-align:center;
 font-family: arial;
}

#banner-vertical{
    text-align:center;
}


#left-column {
        position:relative;
        background-color:white;
        top:0px;
        left:0px;
        float:left;
        height:600px;
        width:160px;
        text-align:left;
}
#middle-column {
        position:relative;
        top:0;
        left:0;
        float:left;
        height:600px;
        width:580px;
        background-color:white;
}
#right-column {
        position:relative;
        background-color:white; 
        top:0;
        left:0;
        float:left;
        height:600px;
        width:160px;
}

#footer {
        position:relative;
        top:0px;
        left:0;
        width:580px;
        background-color:white;
        color:black;
        height:20px;
        font-family: arial;
        text-align:center;
}
#contents {
        position:relative;
        top:0px;
        left:0;
        background-color:white;
        color:black;
        font-family: arial;		
        padding-left:10px;
        padding-right:10px;
        text-align:left;
}
.contents {
        position:relative;
        top:0px;
        left:0;
        background-color:white;
        color:black;
        font-family: arial;		
        padding-left:10px;
        padding-right:10px;
        text-align:left;
}
#title
{	 
      font-size: 30px;	
      font-family: arial;
      position:relative;
      left:93px;
      top:27px;
      color:black;
}


#title_shadow
{	 
      font-size: 30px;	
      font-family: arial;
      position:absolute;
      left:94px;
      top:28px;
      color:white;
}
#title_shadow2
{	 
      font-size: 30px;	
      font-family: arial;
      position:absolute;
      left:95px;
      top:29px;
      color:white;
}

#subtitle
{
        position:absolute;
        font-size: 17px;	
        font-family: arial;
        left:93px;
        top:62px;
        color:white;
}
#subtitle_shadow
{
        position:absolute;
        font-size: 17px;	
        font-family: arial;
        left:95px;
        top:64px;
        color:black;
}

#centered
{
        text-align:center;
}
#answer-options
{
        position:relative;
        left:220px;
        text-align:center;
}

#operational
{
    padding: 0px 5px
}