html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
}

body {
  margin:0px;
  padding:0px;
  left:0;
  top:0;
  color: #000000;
  background: #000000;
  font-family:arial;
  font-size: 80%; 
  height:100%;
}

.content {
	margin-left:20px;
}

#main {
	position:relative;
	margin:0px;
}

#mainleft {
	position:relative;
	margin:0px;
	width:196px;
	height:809px;
	background-image: url(multi/r2c1.jpg);
}

#mainright {
	position:relative;
	margin:0px;
	width:734px;
    height:809px;
	background-image: url(multi/r2c2.jpg);
}

#field {
	position:relative;
	margin:0px;
	width:734px;
	background-image: url(multi/r2c2-span.jpg);
}



.txtwhite {color:#ffffff;}
           
.txtgrey {color:#aaaaaa;
           font-style:italic;}
           
.txtbrown {color:#aa1111;
           font-style:italic;}

.txtbold {font-weight:bold;}

.txtblue {font-size:100%;
            color:#0000ff;
            font-family:arial;}
            
a:link { 
	color: #0000ff;
	text-decoration: none;
	}
a:visited { 
	color: #0000ff;
	text-decoration: none;
	}
a:hover { 
	color: #0000ff;
	text-decoration: none;
	}
a:active { 
	color: #0000ff;
	text-decoration: none;
	}