/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */



/*

 * Custom Style Sheet - Use this file to style your content

 */

#page {

  background-image: url(/images/back.jpg);

  background-repeat: no-repeat;

  background-size:100%;
  background-attachment: fixed;

}

#menubackground {
  background-color: rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  height: 50px;

}
#footerbackground {
  min-height: 100px;
  
}


.module, #content {

  background-color: rgba(0, 0, 0, 0.75);

}

 
 div#offer {
	width: 280px;
	float: left;
	display: block;
	background: #333;
	margin: 10px;
	padding: 5px;
 }
 div#offer div h2 {
	background-color: red;
	background-color: rgb(34, 131, 255);
	margin-top: 5px;
	padding: 3px;

 }


