#photodiv {
	position: relative;
	width: 341px;
	height: 390px;
	margin: 0 15px 15px 0;
	padding: 0;
	background-image: url(images/random/photo2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#videodiv {
	position: relative;
	width: 341px;
	height: 390px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url(images/random/video2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#photodiv a, #videodiv a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#photodiv a:hover, #videodiv a:hover {
  text-decoration:none;
}


.randomtext {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 311px;
	padding: 15px;
	background: url(../images/50-tint.png) repeat;
	text-align: left;
	color: #F8f8f8;
	display: inline;
}

.randomtext h1 a{
	color: #BBF0A1;
	font: normal normal 130%/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
	display: block;
}

.randomtext p {
	color: #F8f8f8;
}

#copy h2 {
	color: #004748;
	font: bold 75%/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#copy p {
}

img.introvideo {
	float: right;
	margin: 0 0 0 15px;
}