html,body{
	margin:0;
	padding:0
	}

body{
	text-align:center;
	background-color: #171717;
	background-image:url('images/background_top.jpg');
	background-repeat:repeat-x;
	}

.heading {
	font-family: century gothic;
	font-size: 17.4px;
	font-weight: bold;
	font-variant: none;
	color: white;
}

.heading_gold {
	font-family: century gothic;

	font-size: 20px;
	font-weight: none;
	font-variant: none;
	color: #f7cc49;
}

#flash {
position: relative;
z-index: 0;
}

.number {
	font-family: century gothic;
	font-size: 35px;
	font-weight: bold;
	font-variant: none;
	color: white;
}

p {text-indent:0px} 

.wingdings {
	font-family: Wingdings, 'Zapf Dingbats', sans-serif;
	font-size: 35px;
	font-weight: bold;
	font-variant: none;
	color: white;
}

.gold {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #f7cc49;
}
.red12 {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}
.red {
	font-family: century gothic;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}

.gold1 {
	font-family: century gothic;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #f7cc49;
}


.gold2 {
	font-family: century gothic;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #f7cc49;
}

h1 {
	font-family: century gothic;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white {
	font-family: century gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_bigger {
	font-family: century gothic;
	font-size: 35px;
	text-align:center;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_small {
	font-family: century gothic;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_smaller {
	font-family: century gothic;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.white_big {
	font-family: century gothic;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.red_20 {
	font-family: century gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #d83013;
}

.white_20 {
	font-family: century gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

p{margin:0 10px 10px}


A{text-decoration:none} 




a:link, a:visited
{
	color: #ffffff;
}

a:hover
{
	color: #f7cc49;
}

.border
{
	border: 5px solid #313131;
}

.border2
{
	border: 12px solid #313131;
}

.border3
{
	border: 2px solid #313131;
}

img
{
	border-color: #565656;
}

A:hover img 
{
	border-color: #f7cc49;
}


.tb {
	color: #ffffff;
	padding:1;
	background-color: #1d1c1c; 
	border: 1px solid #565656;
}




