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 {
	position: relative;
	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;
}

#references-wrap {
	position: absolute;
	top: 98px;
	left: 98px;
	text-align: center;
}
#references {
	display: inline-block;
	position: relative;
	width: 498px;
	height: 498px;
	abackground: green url('images/share.png') center no-repeat;
	cursor: pointer;
}
#references ul.reset,
#references ul.reset li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#references ul.reset li {
	position: absolute;
	padding: 75px;
	cursor: default;
}
#references ul.reset li a {
	display: block;
	outline: none;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}
