@font-face {
    font-family: 'source_sans_prolight';
    src: url('../../fonts/sourcesanspro-light-webfont.eot');
    src: url('../../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
	width:100%; 
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
}
div#main {
	background: url(../images/hk_10.jpg) 0 0 no-repeat;
	background-color: #dc2429;
	background-size: contain;
	#background-size:100% 100%; /* Opera,Standard, IE9 Beta!!! */
	#-moz-background-size:100% 100%; /* Firefox */
	#-webkit-background-size:100% 100%; /* Safari, Chrome */
	top:0;
	left:0px;
	overflow:auto;
	position:absolute;
	height:100%;
	width:100%;
}
h1 { 
	position:absolute;
	left:13%;
	top:-1.3%;
	width:300px;
	padding:60px 15px 15px 15px;
	margin:0;
	font: 1.5em 'source_sans_prolight', "Times", Serif ;
	line-height: 140%;
	color: rgb(0,0,0);
    background-color: rgba(216,80,162,.8);
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px; 	
	-moz-border-radius-bottomleft:20px;	
	border-bottom-right-radius:20px; 	
	border-bottom-left-radius:20px; 	  
   -moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
  	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
h1 span {
	display:block;
	padding:20px 0 10px 0;
	font: .5em "Yanone Kaffeesatz", Arial, serif;
	border-width:1px;
	color: rgb(60,60,60);
	border-top-style: dashed;
	border-color: #f0f0f0;
}

h1 a {
	display:block;
	font-size:.7em;
	color: #111;
	padding: 15px 0 0 0;
	text-align: center;
}

h1 {
	-webkit-animation-name:slidingHeadline;
  	-webkit-animation-duration:5s;
  	-webkit-animation-iteration-count:1;
  	-webkit-animation-direction:normal;  	
	-moz-animation-name:slidingHeadline;
  	-moz-animation-duration:5s;
  	-moz-animation-iteration-count:1;
  	-moz-animation-direction:normal;  	
}
@-webkit-keyframes slidingHeadline{
 		from {
  			margin:0 0 0 -100%;
  			background-color: rgba(34,34,34,0);
  		}
   	to {
   		margin:0;
   		  background-color: rgb(216,80,162,.8);
   	}
}
@-moz-keyframes slidingHeadline{
 		from {
  			margin:0 0 0 -100%;
  			background-color: rgba(34,34,34,0);
  		}
   	to {
   		margin:0;
   		  background-color: rgba(216,80,162,.8);
   	}
}