/* 1-й вариант */
#main {
	width: 600px;
	border: 1px solid #B0BCC2;
	padding: 20px;
	position: relative;
	margin: 0 auto; /* Выравниваем по центру */
	background:#fff;
	height:200px;
	font-family: arial;
	font-size:14px;
	color:#959C9F;
}

#main2 {
	width: 480px;
	border: 1px solid #B0BCC2;
	padding: 7px 10px;
	position: relative;
	margin: 0 auto; /* Выравниваем по центру */
	background:#fff;
	font-family: arial;
	font-size:14px;
	color:#959C9F;
}

A {
 color: #E7962D;
}
A:visited {
 color: #E7962D;
}
A:hover {
	text-decoration:none;
	color: #00A300;

}

#center
{
	position: absolute;
	top: 30%;
	width:99%;
}
#tl, #tr, #bl, #br {
	position: absolute;
	width: 6px;
	height: 5px;
}
#tl {
	top: -1px;
	left: -1px;
	background: url(/i/tl.gif) no-repeat;
}
#tr {
	top: -1px;
	right: -1px;
	background: url(/i/tr.gif) no-repeat;
}
#bl {
	bottom: -1px;
	left: -1px;
	background: url(/i/bl.gif) no-repeat;
}
#br {
	bottom: -1px;
	right: -1px;
	background: url(/i/br.gif) no-repeat;
}
* html #bl,
* html #br {
	bottom: -15px;
}

.counter {
	width:1px; 
	height:1px; 
	overflow:hidden;
}

.logo {
	padding-bottom:10px; 
	padding-left:10px;
	padding-right:10px; 
	float:left;
}

h1.header {
	font-family:arial;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin:5px; 
	padding-right: 110px;
}

h2 {
font-family:arial;
font-size:14px;
font-weight:normal;
margin:0px 0px 5px 0px;
}

td.text {
color:#959C9F;font-family:arial;font-size:14px;
}

.textcenter {
text-align:center;margin:5px;color:#000;
}
.text2
{
padding-top:5px; padding-left:10px; color:#000;
}
