/* CSS Document */

#divbg {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
}

#maincontent
{
	z-index:1;
	position: absolute;
}
#container{
	position: relative;
	height: 300px;
	width: 200px;
}

.c_head{
	padding:10px 0 11px;
	text-align:left;
	vertical-align: middle;
}

.c_content{
	clear:both;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.c_footer {
	padding:8px 10px 8px 15px;
	text-align:right;
}

.title{
	margin:0;
	float:left;
	white-space:nowrap;
	text-align: left;
	background-repeat: no-repeat;
	width: 300px;
}
.title_vis{
	margin:0;
	float:right;
	text-align:right;
}

/*---------- default style for head & normal -----------*/
.Head{font-weight:bold; font-size:14px;}

.Normal{
	color:#FFFFFF;
}

.Normal p{margin-top:0px;}














