@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	
}


/** LINKS */

#main {
	background-image:url(images/bg_02.jpg);
	width:1000px;
	height:800px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: auto;
}

#laurel {
	width:435px;
	height:68px;
	margin-top:200px;
	position:relative;
	margin-left: 515px;
}

#video {
	width:435px;
	height:245px;
	margin-top:5px;
	position:relative;
	margin-left: 510px;
	padding: 5px;
	background-color: #e4175c;
}

#text {
	width:435px;
	height:75px;
	margin-top:5px;
	margin-left: 510px;
}

#text2 {
	width:435px;
	height:30px;
	margin-top:90px;
	position:relative;
	margin-left: 510px;
}


#footer {
	width:900px;
	height:60px;
	margin-left:50px;
	margin-top: 7px;
}


p{margin-top: 0; padding-top: 0;}

.main-text {
font-family: Helvetica,Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color:#000000;
	outline:none;
	border:none;
	line-height:18px;

	
	}

.white {
	font-family: Helvetica,Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color:#ffffff;
	outline:none;
	border:none;
	line-height:18px;
}

.link1 {
	font-family: Helvetica,Arial, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	color:#ffffff;
	cursor:pointer;
	outline:none;
	border:none;
	line-height:18px;
}

.link1:visited {

}

.link1:hover {
	color:#000000;
	
}

.link1:active {
	color:#000000;

}


/** STYLES */

.h1 {
  font-family: "futura-pt",sans-serif;
  font-size:19px;
  color:#000;
  text-align:center;
  font-weight:bold;
  line-height:22px;
}

.h1-pink {
  font-family: "futura-pt",sans-serif;
  font-size:19px;
  color:#e4175c;
  text-align:center;
  font-weight:bold;
  line-height:22px;
}

.h2 {
  font-family: "futura-pt",sans-serif;
  font-size:15px;
  color:#000;
  text-align:center;
  font-weight:bold;
}

.main-text {
font-family: Helvetica,Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color:#000000;
	outline:none;
	border:none;

	
	}
	
