@charset "UTF-8";
/*** Light and Sound CSS ***/
/*** Index Page with Tree ***/


/*** GENERAL STYLES ***/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000033;
	/**background-image: url(images/gradientbkgrnd.png);
	background-position: left;
	background-repeat: repeat; **/
	font-family: Arial, Helvetica, sans-serif;
}


/*** DIV STYLES ***/
#wrapper {
	margin: 70px auto 0px auto;
	height: 529px;
	width: 679px;
	position: relative;
}


/*** IMAGE STYLES ***/
img {
	border: none;
}

img.logoLanding {
	position: absolute;
	top: 0px;
	left: 0px;
}

img.subLogoLanding {
	position: absolute;
	bottom: 15px;
	left: 0px;
}

/*** TEXT STYLES ***/
p.credit {
	font-size: 70%;
	color: #999999;
}

p.enter {
	color: #999999;
	font-size: 80%;
	float: right;
}
