@font-face       {
  font-family: Trade Gothic Condensed;
  src: url(assets/fonts/TradeGothicLTStd-Cn18.otf);
}
@font-face       {
  font-family: Trade Gothic Condensed Bold;
  src: url(assets/fonts/TradeGothicLTStd-BdCn20.otf);
}
@font-face       {
  font-family: Trade Gothic Light;
  src: url(assets/fonts/TradeGothicLTStd-Light.otf);
}
@font-face       {
  font-family: Trade Gothic Roman;
  src: url(assets/fonts/TradeGothicLTStd.otf);
}
@font-face       {
  font-family: Trade Gothic Bold;
  src: url(assets/fonts/TradeGothicLTStd-Bold.otf);
}
@font-face       {
  font-family: GothamXNarrow Thin;
  src: url(assets/fonts/GothamXNarrowThin.otf);
}

body
{
	background-image: url(assets/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
	color: #FFF;
	text-transform: uppercase;
}

a:link
{
	color: #ebdf1b;
	text-decoration: none;
}

a:visited
{
	color: #ebdf1b;
	text-decoration: none;
}

a:focus
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}

a:active
{
	color: #FFF;
	text-decoration: none;
}

h1,h2,table,footer
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-family: Georgia;
	font-size: 78px;
	letter-spacing: 12px;
	line-height: 15px;
	text-align: center;
	padding-top: 20px;
}

h2
{
	font-family: Georgia;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
		padding-top: 10px;

}

ul
{
	list-style-type: none;
	list-style-position: inside;
}

ul#twitter_update_list li
{
	padding: 8px 0 8px 0;
	list-style: none;
}



table
{
	font-family: Georgia;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 15px;
	width: 900px;
	border-bottom: 1px #FFF solid;
	border-collapse: collapse;
	border-top: 1px #FFF solid;
}

thead
{
	font-family: Georgia;
	border-bottom: 1px #FFF solid;
}

td
{
	padding-top: 10px;
	padding-bottom: 5px;
}

footer
{
	text-align: center;
	
	font-family: Georgia;
	font-size: 14px;
	font-weight: 900px;
	letter-spacing: 1px;
	line-height: 23px;
	padding: 30px;
}
