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


html, body, #wrap{
	width:100%;
	height:100%;
	background-color:#F2f2f2;
}

#video{
	width:980px;
	height:654px;
	margin:0px auto;
	background-color:#F2f2f2;
	position:relative;
}

#title{
	width:680px;
	height:50px;
	text-align:center;
	position:absolute;
	bottom:-70px;
	
}

#lg{
	width:980px;
	height:50px;
	text-align:center;
	position:absolute;
	top:-60px;
}

#link{
	width:100px;
	height:30px;
	text-align:center;
	position:absolute;
	bottom:-70px;
	right:0px;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9;
}


#link a:link {
	text-decoration: none;
	color: #90C;
}
#link a:visited {
	text-decoration: none;
	color: #90C;
}
#link a:hover {
	text-decoration: none;
	color: #90C;
	border-bottom:#90C 1px solid;
}
#link a:active {
	text-decoration: none;
	color: #90C;
}
