div.valign-center-left { 
position: fixed; 
top: 50%; 
left: 1%; 
width:160px;
margin-top: -300px; //где 300 - половина высоты самого блока 
}

div.valign-center-right { 
position: fixed; 
top: 50%; 
right: 1%;
width:160px; 
margin-top: -300px; //где 300 - половина высоты самого блока 
}

body 
	{
	margin: 0px;
	padding: 0px;
	background-color: #717c97; 
	font-size: 11px;
 	color: #411D02;
	font-family: Georgia,Times New Roman,sans-serif;
	text-align: center;
	}

#wrapper {
	margin: auto;
	width: 666px;
	background: url('images/tablebg.jpg');
	}

#layout1 {
	width: 666px;
	height: 176px;
	text-align: center;
	
	}

#title {
	width: 666px;
	height: 43px;
	
	}

#title h1 {
	margin: 0px;
	text-align: left;
	color: #411D02;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 0px 0px 75px;
	}

#title h2 {
	margin: 0px;
	text-align: left;
	color: #411D02;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 0px 45px;
	}

#title a {
	color: #411D02;
		font-weight: bold;
	}

#title a:hover {
	color: #000;
	}

#content {
	width: 606px;
	
	padding: 0px 30px 0px 30px;
	text-align: left;
	}

#bottom {
	width: 666px;
	height: 58px;
	padding-top: 11px;
 	color: #423223;
	background: url('images/bottom.jpg') no-repeat;
	}

#footer {
	width: 666px;
	height: 59px;
	padding-top: 11px;
 	color: #423223;
	background: url('images/footer.jpg') no-repeat;
	}

td
	{
 	font-size: 11px;
	text-align: left;
 	color: #423223;
	}

 
a 
	{
	text-decoration: none;
	color: #000;
	}

a:hover
	{
	text-decoration: underline;
	} 

.admin {
	color: #000;
	}

h1,h2,h3
	{
	font-size: 16px;
	color: #000;
	text-align: left;
	}

#links {
	width: 320px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
	}
#search {
	width: 145px;
	float: right;
	text-align: left;
	margin-right: 130px;
	margin-bottom: 20px;
	display: inline;
	}

#inner {
	clear: both;
	}

form {
  margin: 0px;
  padding: 0px;
}

input, select, textarea { 
	background-color: #717c97; 
	color: #000000;
	font-family: Verdana; 
	text-decoration: none;
	font-size: 11px; 
	border: 1px solid #4B3623;
	margin: 2px; 
	}

p {  	
	color: #411D02;
	}

fieldset
	{
	color: #411D02;
	border: 1px solid #4B3623;
	}
	
legend
	{
	font-weight: bold;
	font-size: 12px;
	}

.table_border {
	width: 100%;
	margin-bottom: 10px;
	background-color: #4B3623;
}

.table_top_title {
	
	background-color: #717c97;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.table_top_title a {
	color: #000000;
	}

.table_top_title a:hover {
	color: #FFFFFF;
	}

.table_top_rank {
	background-color: #e4e3e7;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { padding: 3px; }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #e4e3e7;
	padding: 2px;
}
.table_top_rating {
	background-color: #e4e3e7;
	text-align: center;
}


.table_title {
		
	background-color: #717c97;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}
.table_rank {
	background-color: #e4e3e7;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description {
	width: 100%;
	background-color: #e4e3e7;
	padding: 4px;
	 }

.table_stats {
	background-color: #e4e3e7;
	padding: 2px;
	text-align: center;
}


.stats
	{
	background-color: #593C36;
	}

.stats_top {
	
	width: 14%;
	color: #423223;
	background-color: #e4e3e7;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.stats_left { 
	width: 14%;
	background-color: #e4e3e7;
	font-weight: bold; 
	}
.stats1 {
	background-color: #e4e3e7;
	text-align: center;
}
.stats2 {
	background-color: #e4e3e7;
	text-align: center;
}



.darkbg {
  
	background-color: #e4e3e7;
  
	
}


.mediumbg {
	
	background-color: #e4e3e7;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
}


.lightbg {
	
	background-color: #e4e3e7;
	text-align: center;

	}


.lightbgalt {	
	background-color: #e4e3e7;
	text-align: center;

	}

img { border: 0; }
