* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 12px Tahoma, "sans-serif";
	color: #ffcc00;
	background: #081528;
	position: relative;
}

td.flash_box {
	width: 880px;
	height: 510px;
}

td.text_box {
	width: 880px;
	height: 190px;
	background: url('../images/text.jpg');
}

h1 {
	padding-top: 15px;
	margin-bottom: 25px;
	text-align: center;
}

h1 a {
	font-size: 23px;
	font-weight: normal;
	color: #ffcc00;
	text-decoration: none;
}

p {
	line-height: 16px;
	margin: 0 15px;
}
