html, body {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #000;
}
html>body {
}

#container {
	text-align: left;
	width: 590px;
	margin: 0 auto;
	padding: 60px 70px 0;
	background: #fff url(/uploads/tf/gradient.gif) repeat-x;
}
#top {
	width: 590px;
	background-color: ;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}
html:not([dummy]) #top {
	margin: 0 0 36px 0;
}
#band_1 {
	line-height: 1px;
	width: 590px;
	border-top: 1px solid #000;
}
#menu_top {
	margin: 5px 0 0 0;
	width: 590px;
}
#content {
	float: left;
	width: 590px;
	margin: 40px 0 0;
	padding: 0 0 50px;
	min-height: 600px;
	height: auto !important;
  	height: 600px;  /* IE */
	overflow: visible;
	background: #fff;
}
#band_2 {
	clear: both;

	line-height: 1px;
	width: 590px;
	border-top: 1px solid #000;
}
#bottom {
	margin: 5px 0 0 0;
	padding: 0 0 30px 0;
	width: 590px;
	background-color: ;
	text-align: center;
	font-size: 11px;
	color: #000;
}

DIV.dog {
	float: left;
	overflow: visible;
	margin-left: -10px;
	margin-top: 0;
	height: 35px;
	text-decoration: none;
	border: 0;
}
* html DIV.dog {
	margin-left: 0px;
	height: 35px;
}
DIV.logo {
	float: right;
	margin: 10px 0 0 0;
}

DIV.mtop_items, DIV.mtop_items_act {
	float: right;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #fff;
}
DIV.mtop_items a, DIV.mtop_items a:visited, DIV.mtop_items_act a, DIV.mtop_items_act a:visited {
	color: #000;
	display: block;
	padding: 1px 8px;
	text-decoration: none;
	border: 0;
}
DIV.mtop_items a:hover, DIV.mtop_items_act a {
	color: #fff;
	background-color: #000;
}
