#header {
	
	overflow:hidden;
	position:relative;
    padding:10px;
	
	background: -webkit-linear-gradient(#08a6c3,#02b6dc); /* For Safari */
	background: -o-linear-gradient(#08a6c3,#02b6dc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#08a6c3,#02b6dc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#08a6c3,#02b6dc); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a6c3', endColorstr='#02b6dc');

	
}