@CHARSET "UTF-8";

*
{
	font-family: Tahoma, Verdana;
}

a
{
	font:bold 14px Arial;
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #ffffff;
	
}
body 
{
	margin: 0;
	padding: 0;
	background-image: url("../images/body_bg.png");
	background-repeat: repeat;
}
table
{

}
td
{
	padding: 0px;
	vertical-align: top;
}



#wrapper
{
	width: 925px;
	background-image: url("images/bg_wrapper.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index:0;
}

#footer
{
	width: 900px;
	height: 30px;	
}

#link
{
	display: block;
	float: right;
	height: 30px;
	margin-right: 20px;
	font-size: 9px;
	color: #666666;
	text-align: right;
}



#htmlContent
{
	width:795px;
	height:505px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top:-550px;
	left:45px;
	display:none;
	text-align: left;
	vertical-align:top;
	overflow:hidden;
	z-index:100;
	
}
#htmlMediaNew
{
	height:440px;
	width:295px;
	margin:0px 0px 0px 5px;
	overflow: auto;
}

#htmlMediaNew a{
	font:bold 11px Tahoma;
}

#htmlMediaNew a:hover{
	font:bold 11px Tahoma;
	color: green;
}


#htmlMediaConstant
{
	height:480px;
	width:470px;

	overflow: auto;
	margin:0px 25px 0px 0px;
}

#htmlMediaConstant a{
	font:bold 11px Tahoma;
}

#htmlMediaConstant a:hover{
	font:bold 11px Tahoma;
	color: green;
}

.createrLink{
font:11px Tahoma;
color:white;
text-align: right;
position: relative;
top:-10px;
margin-right: 90px;
}

.createrLink a{
font:bold 11px Tahoma;
color:white;
}

.createrLink a:hover{
color:black;
}
