﻿	#titlebar {
		position:fixed;
		bottom:0;
		width:100%;
		height:105px;
		margin:0;
		/*padding:0;*/
		padding:18px 0 20px 0;
		left:0;
        background-color: Transparent;
		z-index:2;
	}
	#title-content 
	{
		position:relative;
		width:980px;
		height:100%;
		margin:0 auto;
		padding:0;
		z-index:4;
	}
