@import url(default.css);

#post-info, #announcement-info {
	width: 800px;
	left: 50%;
	margin-left: -400px;
	bottom: 100px;
}

#post-info h1, #announcement-info h1 {
	font-weight: bold;
	font-size: 44px;
	line-height: 44px;
}

#home-title {
	width: 800px;
	margin-left: -400px;
}

#article {
	width: 800px;
	padding: 50px 0px;
	left: 50%;
	margin-left: -400px;
}

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

#bg-video-pattern {
	position: relative;
	opacity: 0.75;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}