body {
	background-color : black;
	border : 0;
	margin : 0;
}

#pageBackground {
	position :absolute;
	background-image : url(img/pageBackgroundTile.png);
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	text-align:center;	
}
.pageBackgroundTextOnlyLink {
	text-align:left;
	font-size : 12px;
}
.textOnly {
	font-weight : bold;
	text-decoration : none;
	color : #999;

}

.pageMain {
	position : relative;
	width : 750px;
	height : 100%;
	margin-left : auto;
	margin-right : auto;

}

#pageTitle {
	position : absolute;
	top : 150px;
	left : 234px;
	width : 309px;
	height : 79px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#pageBody {
	display : none;
	position : absolute;
	width : 450px;
	top : 210px;
	left : 150px;
	padding : 28px;
	padding-top : 12px;
	margin-top: 32px;
	color : white;
	font-family : "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size : 12px;
	line-height : 20px;
	text-align : left;
	background-image : url(img/body-background.jpg);	
	background-repeat : no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;	
}

#pageBody A {
	font-weight : bold;
	text-decoration : none;
	color : white;
	border-bottom : 1px solid silver;
}
#pageBody A:HOVER {
	color : silver;
	border-bottom : 1px solid white;
}

.pageTop {

}

.pagePlayer {
	float : right;
	width : 200px;
	height : 200px;
	background-image : url(img/moon.gif);
	background-repeat : no-repeat;
	font-family : "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size : 12px;
	font-weight : bold;
	color : white;
	text-align : left;
	padding-top: 68px;
	padding-left: 82px;	

}

.pagePlayerLink {
	color : silver;
	text-decoration : none;

}


h1 {
	font-family : "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size : 22px;
	font-weight : bold;

}

.pageMenus {
	width : 750px;
	padding-top : 0px;
	padding-bottom : 140px;	

}

.menu {
	position : absolute;

	font-family : "Georgia", "Times New Roman", serif;
	text-transform : uppercase;
	color : white;
	font-size : 10px;
	/* border : 1px solid white; */
	z-index : 10;
	width : 120px;
	height : 114px;
	background-repeat : none;
}

#Welcome {
	left : 60px;
	top : 80px;
}

#Messenger {
	left : 180px;
	top : 24px;

}

#Player {
	left : 340px;
	top : 15px;
}

#Voices {
	left : 550px;
	top : 105px;

}

.bodyContent {
	display : none;
}


#soundmanager-debug{
	display : none;
}

.photo {
	border : 1px solid black;
	background-color : white;
	padding : 8px;
	margin-left : 12px;
	margin-bottom : 12px;
	margin-top : 0px;
	margin-right : 0px;
	float : right;


}

.contactBox {

	background-color:#000;
	padding:12px;

}