#header{
	width: 100%;
	transition: all 0.3s ease-in-out;
	background: url(../images/hd-3.png) repeat-x;
    -webkit-transition: all 0.3s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-in-out; /** Firefox **/
    -o-transition: all 0.3s ease-in-out; /** Opera **/
    background-size: 100% 64px;
    background-repeat: no-repeat;
}

#center{
	width: 100%;
	min-height: 100px;	
	overflow: none;
	padding-bottom: 0px;
	position: relative;
}

#center table{
	width: 100%;
	height: 5%;
	padding: 0px;
	margin-top: 0px;	
}

#center table tbody{
	display: table-row-group;
	vertical-align: middle;
}

#center table tbody tr{
	display: table-row;
	vertical-align: inherit;	
}
#center table tbody tr td{
	display: table-cell;
}
#center table tr td.left{
	width: 250px;
	min-height: 100px;	
	float: left;
}
#center table tr td.hide-show-btn{
	width: 10px;	
}
#center table tr td.content{
	width: 100%;
	min-height: 100px;
	padding: 10px;
}

#footer{
	width: 100%;
	min-height: 80px;	
}