/* ======== GENERAL STYLE ======== */
body
{
	position:relative;
	margin:0px;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#fff;
}
a
{
	onfocus:blur;
}
a img
{
	border:0px;
}
#Main
{
    position: relative;
    width: 1085px;
}
#TopPanel
{
	position:relative;
	width:1085px;
	height:204px;
	background-image:url(../images/top_bg_black.png); /* top_bg.png */
}
#Logo
{
	position:absolute;
	top:42px;
	left:323px;
}
#LeftContainer
{
	width:540px;
	float:left;
}
#PlayerBg
{
	background-image:url(../images/player_bg.png);
	background-repeat:no-repeat;
	width:540px;
	height:385px;
}
#Player
{
	position:relative;
	top:50px;
	left:116px;
}
#RightContainer
{
	width:545px;
	float:left;
}
#FreeGiftBlock
{
	background-image:url(../images/free_gift_block_fear.jpg);
	background-repeat:no-repeat;
	width:360px;
	height:216px;
	position:relative;
	padding: 70px 0 0 110px;
}


#BlueLine
{
	background-image:url(../images/blue_line.png);
	background-repeat:no-repeat;
	width:1085px;
	height:56px;
	clear:both;
}
#Links
{
	width:938px;
	margin:12px 0px 40px 73px;
}