* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #4A4A4A;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
#general {
	position: absolute;
	left: 50%;
    top: 50%;
	width: 960px;
	height: 598px;
	margin: auto;
	margin-top: -299px;
	margin-left: -480px;
}
#video {
	position: absolute;
	left: 50%;
    top: 50%;
	width: 425px;
	height: 350px;
	margin: auto;
	margin-top: -212px;
	margin-left: -175px;
}
