html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 16px Calibri, Verdana, Tahoma, Arial, sans-serif, serif;
	line-height: 1.59em;
	background: #222;
}

body {
	background: url('images/bg-orangeraven.png') center;
}

table {
	width: 100%;
	height: 100%;
}

table td {
	text-align: center;
	vertical-align: middle;
}

#content {
	width: 340px; /* 476 */
	height: 386px; /* 476 */	
	margin: 0 auto;
	padding: 50px 78px 60px 78px;
	color: #000;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 238px;
	-moz-border-radius: 238px;
	border-radius: 238px;
	-moz-box-shadow: 0 0 60px 40px #FFAD00;
	-webkit-box-shadow: 0 0 60px 40px #FFAD00;
	box-shadow: 0 0 60px 40px #FFAD00;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#content p {
	margin: 15px 0 0 0;
	padding: 0;
}

.orange {
	color: #FFAD00;
}
