@charset "utf-8";
.grad1 {
	height: 100%;
	width: 100%;
	background: -webkit-radial-gradient(white, black); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(white, black); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(white, black); /* For Firefox 3.6 to 15 */
	background: radial-gradient(white, black); /* Standard syntax (must be last) */
	margin: 0px;
}
.container {
	width: 1024px;
	height: 576px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -288px;
	border: 2px solid #000;
}
.frame {
	width: 1028px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -288px;
	background-color: #000;
}
.actions {
	font-size: 48px;
	text-align: center;
	padding-left: 420px;
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
