body {
background: #fbfbfb url(http://livedemo00.template-help.com/drupal_44891/sites/all/themes/theme798/images/body.jpg);
}

#content-contain{
    background: -webkit-linear-gradient(#f9f9f9, #f9f9f9, #dedede); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f9f9f9, #f9f9f9, #dedede); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f9f9f9, #f9f9f9, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f9f9f9, #f9f9f9, #c5c5c5); /* Standard syntax (must be last) */
}
.views-view-grid{
	background: transparent;
}
a {
  color: #e80;
}

a:hover {
  color: #333;
	
}

.sidebar .block > h2 {
  background: #333; 
}
.flexslider .slides img{
	margin-top: -30px;
}

#bottom {
  background: #4e4554;
}

#copyright {
  background: #333;
}

.form-submit{
  background-color: #257;
}

.form-submit:hover{
  background: #454444;
}
