#header {
	
	overflow:hidden;
	position:relative;
	padding:10px;
	background: -webkit-linear-gradient(#595959,#2e2e2e); /* For Safari */
	background: -o-linear-gradient(#595959,#2e2e2e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#595959,#2e2e2e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#595959,#2e2e2e); /* Standard syntax */

	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#2e2e2e');

	
}