html {
	background-color: black;
	}

#menu {
	text-align: center;
	}
	
#menu li {
	text-align: center;
	display: inline-block;
	border: solid;
	border-color: #bbb;
	background-color: #bbb;
	margin-left: 30px;
	}
#menu li.current{
	background-color: white;
	border-color: white;
	}

#main {
	background-color: white;
	float: left;
	}

#title {
	text-align: center;
	color: white;
}

#intro-video {
	text-align: center;
}


#body-girl1-realchat{
	float: center;
	vertical-align: center;
}

#select-profile {
	color: white;
	font-size: 25px;
	text-align: center;
}




#pick-a-girl {
	color: white;
	font-size: 25px;
	text-align: center;
}



#home {
	float: left;
	color: white;
}

#failure {
	color: white;
}

#homeS {
	color: white;
	text-align: center;
}

#homeSally {
	color: white;
}


a:link {color: black;} 
a:visited {color: black;} 
a:hover {color: black;} 
a:active {color: black;}
