@font-face {
font-family:"FoxScript";
src:url(fonts/FoxScript.ttf) format("truetype");
}

body
{
	background: #111;
    font-size: 14px;
    line-height: 1.125em;
}

.Ynez
{
	position: absolute;
	background-image: url(images/Ynez.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 0px solid red;
	margin-left: 75px;
	width: 650;
	height: 329px;
	top: 10px;
	z-index: 1;
}

.FadeTop
{
	position: absolute;
	top: 0;
	border: 0px solid yellow;
	background-image: url(images/FadeTop.png);
	width: 800px;
	height: 15px;
	font-size: 1px;
	z-index: 20;
}

.FadeBottom
{
	position: absolute;
	bottom: -1;
	border: 0px solid orange;
	background-image: url(images/FadeBottom.png);
	height: 15px;
	width: 800px;
	font-size: 1px;
	z-index: 20;
}

#Container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000;
	background-repeat: no-repeat;
	border: 0px solid green;
	width: 800px;
	height: 97%;
	overflow: hidden;
	text-align: center;
}


#Navigation
{
	position: absolute;
	top: 25px;
	width: 100%;
	height: 15px;
	padding: 0px;
	margin: 0px;
	z-index: 11;
}

#Navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#Navigation li
{
	float: left;
	padding: 0px;
	margin: 0 2px 0 2px;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#Navigation li a
{
	border: 1px solid #222;
	color: #000;
    text-align: center;
    font-family: FoxScript, monospace;
    font-size: 12px;
    display: block;
	height: 15px;
	width: 100px;
	text-decoration: none;
   	background-image: url(images/NavigationBackground.jpg);
}

#Navigation li a:hover
{
	color: #CCC;
}

/* Define Each Pages Background Images */

.Enter
{
	background-image: url(images/EnterBackground.jpg);
	background-position: bottom center;
}

.Home
{
	background-image: url(images/HomeBackground.jpg);
	background-position: bottom center;

}

.News
{
	background-image: url(images/NewsBackground.jpg);
	background-position: top center;
}

.Band
{
	background-image: url(images/PropagandaBackground1.jpg);
	background-position: center center;
}

.Media
{
	background-image: url(images/MediaBackground.jpg);
	background-position: center center;
}

.Contact
{
	background-image: url(images/ContactBackground.jpg);
	background-position: center center;
}

/* End Background Images */


#ContentHome, #ContentBand
{
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin: 25px;
	width: 740px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	text-align: left;
	bottom: 25px;
	z-index: 10;
}

#ContentMedia
{
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin: 25px;
	text-align: left;
	bottom: 25px;
	z-index: 10;
}

#ContentBand dl
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 5px;
}

#ContentBand dt
{
	font-weight: bold;
}

#ContentBand dd
{
	font-size: 90%;
	color: #CCC;
	margin-left: 10px;
}

p
{
	margin: 0px;
	padding: 5px;
}

h1
{
	font-size: 110%;
	font-family: Arial;
	font-variant: small-caps;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
}