#FrameContent .media-frame {
	position: relative;
	margin-bottom: 10px;
	min-height: 480px;
	background-color: #DACFCB;
}
#FrameContent .media-frame .teaser-in{
	position: absolute;
	bottom: 60px;
	left: 60px;
	color: white;
	width: 550px;
	max-width: 92%;
}
#FrameContent .media-frame .teaser-in h1{
	margin-top: 0;
	margin-bottom: 6px;
	text-shadow: 2px 2px 5px #000000cc;
}
#FrameContent .media-frame .teaser-in p{
	margin-top: 0;
	margin-bottom: 25px;
	text-shadow: 2px 2px 4px #000000f6;
	font-size: 1.1em;
}
#FrameContent .media-frame .teaser-in a{
	color: white;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 5px;
	background-color: #698caa;
	transition: all .4s;
	box-shadow: 2px 2px 5px #000000cc;
	text-shadow: 1px 1px 3px #00000055;
}
#FrameContent .media-frame .teaser-in a:hover{
	background-color: #6197c7;
}
#FrameHomeLinks {
	float: left;
	width: 960px;
	margin-bottom: 12px;
	padding-top: 10px;
}
#FrameHomeLinks p {
	margin: 0;
	padding: 0;
}
#FrameHomeLinks p a {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
#FrameHomeLinks p a.middle {
	margin-left: 24px;
	margin-right: 24px;
}
#FrameHomeLinks p a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
 	-webkit-transition: opacity 0.5s linear;
 	-moz-transition: opacity 0.5s linear;
	}	
 
#FrameHomeLinks p a img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 0.5s linear;
 	-moz-transition: opacity 0.5s linear;
	}