#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0px rgba(0,0,0,.1);
	box-shadow: 0 0 0px rgba(0,0,0,.1);
	border-bottom:solid #ebebeb 1px;
	
}
	