body {
	background: url("https://www.fruitdudragon.com/assets/img/bg_pitaya_0.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #b9bab2;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: 'CustomFont', Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------------- */

.holder {
	position: relative;
	margin: auto;
	width: 980px;
	height: 100%;
}
.container {
	position: absolute;
	width: 100%;
	background: url("https://www.fruitdudragon.com/assets/img/tile.jpg");
	  -moz-box-shadow:    3px 3px 5px rgba(68,68,68,0.6);
	  -webkit-box-shadow: 3px 3px 5px rgba(68,68,68,0.6);
	  box-shadow:         3px 3px 5px rgba(68,68,68,0.6);
	  overflow-x: hidden; 
}
.top {
	position: fixed;
	background: url("https://www.fruitdudragon.com/assets/img/bg_top.jpg") no-repeat;
	width: 980px;
	height: 264px;
	z-index: 0;
}
.bottom {
	position: fixed;
	background: url("https://www.fruitdudragon.com/assets/img/bg_bottom.jpg") no-repeat;
	width: 980px;
	height: 356px;
	bottom: 0;
	z-index: 0;
}

/* ---------------------------------------------------------------------- */


.content {
	position: relative;
	z-index: 10;
	clear: both;
}

.header {
	position: relative;
	height: 419px;
}

#expertise {
	padding-left: 150px;
	width: 700px;
	display: block;
}

.fruit {
	position: absolute;
	top: 0;
	left: 120px;
	background: url("https://www.fruitdudragon.com/assets/img/fruit.gif") no-repeat;
	width: 642px;
	height: 419px;
}
.logo {
	position: absolute;
	top: 80px;
	left: 450px;
	background: url("https://www.fruitdudragon.com/assets/img/logo.png") no-repeat;
	width: 100px;
	height: 100px;
}

.menu_left {
	color: white;
	position: absolute;
	top: 125px;
	left: 343px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.menu_right{
	color: white;
	position: absolute;
	top: 125px;
	left: 556px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

.header a:link,  .header a:active  {
  color: #FFFFFF;
  text-decoration: none;
}

.header a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.header a:hover,
.header a:focus {
  color: #FFFFFF;
  text-decoration: none;
}








