#body {
	background-color:#FFF;
}
#con {
	width:480px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
#txt {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#999;
	text-decoration: none;

}
#border {
	background-color:#b8de00;
	width:60%;
	height:2px;
	margin-top:20px;
}
#img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.content {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  color:#FFF;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom:30px;
margin-top:15%;

}