#header{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-180deg, #3D556D, #BEBFF8); /* Standard syntax */	
}

#about{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-180deg, #3D556D, #BEBFF8); /* Standard syntax */	
}

#product{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-180deg, #E1E3E2, #ffffff); /* Standard syntax */	
}

#contact{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-180deg, #E1E3E2, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-180deg, #E1E3E2, #ffffff); /* Standard syntax */	
}
#share{
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-180deg, #3D556D, #BEBFF8); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-180deg, #3D556D, #BEBFF8); /* Standard syntax */	
}
