/* CSS Document */
* {
		margin: 0px;
		padding: 0px;
	}
	body {
		text-align: center;
		background-color:#061019;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	#container {
		display: block;
		text-align: left;
		margin: 0 auto;
		width: 744px;
		height: 800px;
		background-image: url(../img/home/background.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-color: #0033CC;
		position: relative;
	}
	#container h1 {
		position: absolute;
		width: 269px;
		height: 246px;
		background-image:url(../img/home/logo.jpg);
		background-position:top;
		background-repeat: no-repeat;
		text-indent: -6000px;
		z-index: 1;
	}
	
	#container h2 {
		background-color:#FFFF33;
		line-height:1.4em;
		padding:4px;
		position:absolute;
		width:744px;
		z-index:100;
	}
	
	#container #billy {
		position: absolute;
		width: 471px;
		height: 574px;
		background-image:url(../img/home/billy.gif);
		background-position:top;
		background-repeat: no-repeat;
		top: 20px;
		left: 80px;
		text-indent: -6000px;
		z-index: 2;
	}
	#container #dancing {
		position: absolute;
		width: 744px;
		height: 421px;
		background-image:url(../img/home/kids.gif);
		background-position:top;
		background-repeat: no-repeat;
		top: 300px;
		left: 0px;
		z-index: 10;
	}
	#container #navfooter {
		text-align: center;
		position:absolute;
		margin: 0 auto;
		top: 730px;
		clear: both;
		width: 744px;
	}
	#container #navfooter a{
		color:#CCCCCC;
	}
	#container  #navhighlight{
		position: absolute;
		width: 360px;
		height: 40px;
		top: 80px;
		left: 384px;
		font-size: 16px;
		z-index:12;
	}
	#container #navhighlight a,
	#container #navhighlight a:visited{
		color:#CCFF00;
		text-decoration: none;
	}
	#container #navhighlight a:hover{
		color:#FFFF33;
		text-decoration: none;
	}
