body {
	background: #181411 url(images/bg_home.png) no-repeat 50% 0;
	text-align: center;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	font-family: verdana;
	font-size: 11px;
	color: #595959;
	
	
}

.container {
	width:915px;
	margin-left:auto;
	margin-right:auto;

	}
	
.logo_home{
	position: absolute;
	width:915px;
	text-align:center;
	z-index:0;

}

.content_home {
	width: 915px;
	height: 368px;

	z-index:2;
	position:absolute;
	top:170px
	}
	
.home_text {
	width:408px;
 height:368px;

 float:left;
 text-align:right;
 color:#FFF;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
   font-weight:lighter;
 padding-right:45px
	}

H1 {
	 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:54px;
  color:#CA1B88;
  font-weight:lighter;
  margin-bottom:0px;
	
	}

.home_start {
 width:458px;
 height:368px;

  float:left;
}

.footer_home {
 background: url(images/footer_home.png) no-repeat;
 width:915px;
 height:140px;

 top: 570px;
 position:absolute;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
 color:#FFF;
  
}

.footer_home a {
	color:#CA1B88;
	text-decoration:underline;
	}
	
.footer_home a:hover {
	text-decoration:none;
	}

.footer_home_left {
	width:500px;
	height:30px;
	margin-top:40px;
	top:50px;

	float:left;
	padding-top:10px
	}

.footer_home_right {
	width:380px;
	height:30px;
	margin-top:40px;

	float:left;
	padding-top:10px;
	padding-right:30px;
	text-align:right;
	}




