 body {
	color:#000000;
/* background: url("/SAlogo7.jpg") repeat scroll 0 0 #EEEEEE;  */
	background-color:#66CDAA;
	margin:0 auto;
   width: 800px;
 text-align:center;	
	
}
body div {

}


a img {
	border:none;
	background-color:#66CDAA;
}
class {
	margin-left:center;
	margin-right:ctnter;
	text-align:center;
	width: 600px;
	}

.great_btn {
 /* background: linear-gradient(to bottom, #0bc408 0%,#09a206 100%); */
 background: linear-gradient(to bottom, #BDBDBD 0%,#BDBDBD 100%);
 font-size: 28px;

 text-shadow: 0 0px 0 #757575;
 padding: 4px 8px 5px 8px;
 padding-left: 8px;
 padding-right: 8px;
 margin: 0;
 cursor: pointer;
 border: 0;
 border-top: 1px solid #87c286;
 border-right: 1px solid #0e780c;
 border-left: 1px solid #0e780c;
 border-bottom: 1px solid #0e780c;
 box-shadow: 0 -1px 0 #0e780c, 0 1px 0 #fff;
 width: 180px;
 border-radius: 0px;
 text-align: center
}

#headerMain {
  width:800px;
  height: 210px;
  margin:0px auto;
  z-index:0;
}
 
#header {
  width:800px;
  height: 210px;
  background-color:#66CDAA;
/*  background: url(../img/bg-header.jpg) no-repeat;
*/
	border-bottom: 2px solid #CD0000;
  position: fixed;
  z-index: 9999;
}
#footer  {
 	border-top: 2px solid #CD0000;
	background-color:#CCCCCC;
/*  position: fixed; */
  z-index: 9999;
}
#headerMain2 {
  width:800px;
  height: 130px;
  margin:0px auto;
  z-index:0;
}
 
#header2 {
  width:800px;
  height: 130px;
  background-color:#66CDAA;
/*  background: url(../img/bg-header.jpg) no-repeat;
*/
	border-bottom: 2px solid #CD0000;
  position: fixed;
  z-index: 9999;
}

/* Таблицы */

/* table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
/* font-size: 12pt; */
background-color: #EEEEEE

}
table tr{
padding:2px; /* cellpadding="0" */
/* font-size: 12pt */
background-color: #EEEEEE
} 

table td{
padding:2px; /* cellpadding="0" */
/* font-size: 12pt */
background-color: #EEEEEE
} 

/* наша HTML таблица */
table.sort{
border-spacing:0.1em;
margin-bottom:1em;
margin-top:1em
}

/* ячейки таблицы */
table.sort td{
border:1px solid #CCCCCC;
padding:0.3em 1em
}
table.transp, 
table.transp tr, 
table.transp th,
table.transp td {background:transparent;}


/* заголовки таблицы */
table.sort thead td{
cursor:pointer;
cursor:hand;
font-weight:bold;
text-align:center;
vertical-align:middle
}

/* заголовок отсортированного столбца */
table.sort thead td.curcol{
background-color:#999999;
color:#FFFFFF
}
*/
/* Конец Таблицы */
