@charset "utf-8";

#main{
	position: absolute;
	color: white;
	line-height: 17px;
	display:block;
	font-size: 15px;
	margin-left: 70px;
	margin-top: 20px;
	list-style-type: none;
}

#main a{
	background-color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#video_bkgrnd{
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width:auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

#sign{
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 150px;
	margin-right: 200px;
}