html, body
{
	width:	100%;
	height:	100%;
	
	margin:	0;
}

body
{
	background:	#5a5f85;
	
	font-family:	Tahoma, Arial, Helvetica, sans-serif;
}

td
{
	vertical-align:	top;
}

#container
{
	background:	#a1b1fa;
	width:		800px;
	min-height:	800px;
	
	text-align:	left;
}

#menu
{
	width:		100%;
	height:		50px;
	background:	#7985bc;
}

#menu ul
{
	list-style:	none;
	margin:		0;
	padding:	0;
}

#menu ul li
{
	float:	left;
	
	width:	200px;
	height:	50px;
}

#menu ul li a
{
	display:			block;
	text-decoration:	none;
	width:				100%;
	height:				100%;
	
	background:	url(menu_bg.jpg) no-repeat center;
}

#menu ul li a:hover
{
	background:	url(menu_bg_hover.jpg) no-repeat center;
}

.menu_item, .menu_item_active
{
	margin-left:	53px;
	margin-top:		10px;
	
	font-size:		36px;
	
	color:			#a34479;
}

.menu_item_active
{
	color:			#d85aa1;
}

#content
{
	font-size:	11px;
	
	padding-left:	60px;
	padding-right:	60px;
	padding-top:	25px;
	padding-bottom:	25px;
}

#poster
{
	width:	261px;
	height:	369px;
	
	background:	url(/userfiles/poster.jpg) no-repeat;
}

#poster ul
{
	list-style:	none;
	margin:		0;
	padding:	0;
}

#poster ul li
{
	width:	100%;
	height:	100%;
}

#poster ul li a
{
	display:	block;
	
	width:	261px;
	height:	369px;
}

#poster ul li a:hover
{
	background:	url(loop.png) no-repeat bottom right;
}