body 
{
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #333333;
	background-color: black;
	
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

IMG
{
	border: none;
}

TABLE
{
	padding: 0px;
	margin: 0px;
}

A
{
	color: white;
}

.container
{
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
}
	
.main
{
	height: 600px;
	width: 588px;
	margin-left: -294px;
	position: absolute;
	top: -300px;
	left: 50%;
}

A
{
	color: white;
	text-decoration: none;
}

A:hover, A.sel
{
	text-decoration: underline;
}

/* таблица шапки */
TABLE.header
{
	width: 100%;
}

/* ячейки шапки */
TABLE.header TD
{
	padding-bottom: 3px;
}

/* левая ячейка шапки */
TABLE.header TD.left
{
	text-align: left;
	vertical-align: bottom;	
}

/* левая ячейка шапки */
TABLE.header TD.logo
{
	text-align: center;
}

/* правая ячейка шапки */
TABLE.header TD.right
{
	text-align: right;
	vertical-align: bottom;		
}

/* контент */
.content
{
	overflow: auto;
	width: 584px;	
	height: 438px;
	border: 2px solid white;	
	text-align: left;
	cursor: pointer;
}

/* меню */
.enter
{
	display: block;
	padding-top: 2px;
}

.blog
{
	display: block;
	padding-top: 2px;
}

/* футер */
TABLE.footer
{
	width: 100%;
	height: 27px;
	font-size: 11px;
	color: #525252;
}

TABLE.footer TD
{
	vertical-align: bottom;
}

TABLE.footer TD.sound
{
	text-align: right;
}

A.jinnweb
{
	font-family: tahoma, arial;
	color: #525252;	
	text-decoration: none;	
}

A.jinnweb:hover
{
	font-family: tahoma, arial;
	color: #525252;	
	text-decoration: underline;
}