/*  
CSS: Made for All-Babes.com/stats.php
Home: http: //www.all-babes.com
*/

body {
	background: #b2ffff url(wp-content/themes/mberk/images/all-babes-bg.gif) top repeat-x;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: #064551;
}

#page {
	width: 980px;
	margin: 0 auto;
}

.header {
	display: block;
	background: url(wp-content/themes/mberk/images/all-babes-head.jpg) top no-repeat;
	width: 980px;
	height: 247px;
	position: relative;
}

table.stats {
	margin-top: 0;
	width: 700px;
	border: 0px solid black;
}
td.titelcell {
	height: 40px;
	border-bottom: 1px solid #064551;
}
td.footercell {
	height: 40px;
	border-top: 1px solid #064551;
}

td.domain {
	width: 150px;
	font-family: 10px "Verdana";
	vertical-align: top;
}

td.col1,
td.col2,
td.col3,
td.col4,
td.col5,
td.col6,
td.ratio {
	text-align: center;
	vertical-align: top;
}

a:link, a:hover, a:active, a:visited {
	color: #064551;
}
