* {
    padding: 0;
    margin: 0;
}
body
{
	color:#666666;
	margin:0;
	padding:0;
	background: #2a2a2a url(img/background.gif) repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
#page
{
  color:#6a6967;
  width: 990px;  
  margin-left:0;
	margin-right: auto;  
	background: url(img/page_bg.gif) repeat-y;
}
a
{
  color: #989898;
  text-decoration: none;  
}
img
{
  border:none;
  margin:0;
  padding:0;
}
#left
{
  background:  url(img/left_bg.jpg) repeat-y;
  float:left;
  width:374px;
  height:907px;
}
#rights
{
  background:  url(img/rights.gif) repeat-y;
  float:left;
  margin-left:5px;
  width:38px;
  height:907px;
}
#identity
{
  
  float:left;
  margin-left:5px;
  width:17px;
  height:907px;
}
#right
{
  float:left; 
  margin-left:10px; 
  color:white;
}
h1
{
  font-size:140%;
  color:#879451;
  margin-top:10px;
  font-family:Times new roman;
}
table
{
  margin-bottom:10px;
}
#middle
{
  margin:0;
	padding:0;
}
#cnt
{
  background: url(img/cnt_bg.gif) no-repeat;
  width:413px;
  height:455px;
  float:left;
}
#cnt a:hover
{
  text-decoration:underline;
}
#btn
{
  background: url(img/button_bg.gif) no-repeat;
  width:28px;
  height:455px;
  float:left;
  display:block;
}
#btn a 
{
  display:block;
  width:28px;
  height:455px;
}
#btn a:hover
{
  background: url(img/button_bg_hov.gif) no-repeat;
  display:block;
}
.hr
{ 
  margin-top:5px;
  margin-bottom:4px;
  color: white; 
  font-size: 1px; 
  line-height: 1px; 
  background: url(img/hr_bg.gif) no-repeat;
  width: 439px; 
  height: 1px; 
}
.hrr
{ 
  margin-top:5px;
  margin-bottom:4px;
  color: white; 
  font-size: 1px; 
  line-height: 1px; 
  height: 1px; 
}
.dots
{ 
  color: white; 
  font-size: 1px; 
  line-height: 1px; 
  background: url(img/dots.jpg) no-repeat;
  width: 373px; 
  height: 1px; 
}
#copy
{
  background: url(img/copy_bg.gif) no-repeat;
  padding: 5px 0 5px 15px;
  color: #989898;
}
.back
{
  clear: both;
  line-height: 0;
  height:0;
}