@charset "UTF-8";
#holding-page {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 12px;
	color: white;
	background-color: #151719;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin: 25px auto auto;
	width: 530px;
	padding-top: 0px;
	padding-right: 330px;
	padding-left: 20px;
	line-height: 1.5;
	border: 1px solid silver;
	-moz-box-shadow: rgba(200,200,200,1) 0 0 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 0 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 0 18px;
	box-shadow: rgba(200,200,200,1) 0 0 18px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	padding-bottom: 20px;
	background-position: right top;
}
#holding-page h1 {
	font-size: xx-large;
	color: #1793C7;
	margin-top: 5px;
	margin-bottom: 18px;
	text-shadow: 0px 1px 0px gray;
}
#holding-page h2 {
	font-weight: normal;
	font-size: large;
	line-height: 1;
	margin-top: -20px;
}
#holding-page h3 {
	font-size: large;
	line-height: 1.2;
	font-weight: bold;
}
#holding-page a {
	font-size: x-large;
	color: #CCFFFF;
	text-decoration: none;
}
#holding-page a:hover {
	font-size: x-large;
	color: #1793C7;
	text-decoration: none;
}
#holding-page p {
	line-height: 1.2;
}
td  a {
	font-size: 14px !important;
}
#tribune {
	border: 1px dotted silver;
	width: 310px;
	padding: 35px 10px 10px;
	
	background-image: url(../images/tribune.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #151719;
}



body {
	background-color: #151719;
}

