@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Segoe UI, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	margin:0px;
	padding-top:0px;
	background-image: url(images/new_bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	right: -30px;
	position: absolute;
	bottom: 25px;
	color: #333333;
	font-size: 11px;
}
#Layerbody {
	text-align: left;
	position: relative;
	width: 510px;
	padding-top: 0px;
	padding-bottom: 85px;
	padding-right: 5px;
	padding-left: 5px;
}
#bgimage {
	text-align: center;
	position: relative;
	width: 530px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
	padding-top:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.centerpiece {
	position: absolute;
	width: 520px;
	top: 140px;
	text-align: right;
}
a {
	color: #d9d6a7;
}
#links {
	position:absolute;
	top:9px;
	margin-top:0px;
	left:0px;
	z-index:150;
	width:100%;
	text-transform:uppercase;
}
#links a {
	display:inline;
	position:relative;
	padding:6px;
	padding-right:15px;
	padding-left:15px;
	color:#FDF4DB;
	text-decoration:none;
	font-family:Times New Roman;
	font-weight:bold;
}
#links a:hover {
	color:#FDF4DB;
	text-decoration:underline;
}
.selected {
	background-image:url(images/selected.png);
	background-repeat:repeat-x;	
}
.main {
	position:relative;
	top:410px;
}
.youtube:hover {
	background-color:#333;
}
.youtube a {
	text-decoration:none;
	color:#0F0;
}
.youtube a:hover {
	text-decoration:underline;
	color:#FFF;
}