body {
font-family: Helvetica, Arial;
font-size:11px;
color:#999;
margin:0;
padding:0;
}

#header {
margin:0 auto;
width:750px;
height:80px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 750px;
	height: 80px;
	background: #fff;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .who {
	width: 130px;
	height: 80px;
	background: url(images/who.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .who span {
	width: 130px;
	height: 80px;
	background: url(images/who-over.png) no-repeat;
	left: 0px;
	top: 0px;
}


#menu .what-know {
	width: 130px;
	height: 80px;
	background: url(images/what-know.png) no-repeat;
	left: 130px;
	top: 0px;
}
#menu .what-know span {
	width: 130px;
	height: 80px;
	background: url(images/what-know-over.png) no-repeat;
	left: 0px;
	top: 0px;
}


#menu .what-do {
	width: 130px;
	height: 80px;
	background: url(images/what-do.png) no-repeat;
	left: 260px;
	top: 0px;
}
#menu .what-do span {
	width: 130px;
	height: 80px;
	background: url(images/what-do-over.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .friends {
	width: 130px;
	height: 80px;
	background: url(images/friends.png) no-repeat;
	left: 390px;
	top: 0px;
}
#menu .friends span {
	width: 130px;
	height: 80px;
	background: url(images/friends-over.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .talk {
	width: 130px;
	height: 80px;
	background: url(images/talk.png) no-repeat;
	left: 520px;
	top: 0px;
}
#menu .talk span {
	width: 130px;
	height: 80px;
	background: url(images/talk-over.png) no-repeat;
	left: 0px;
	top: 0px;
}


#container {
width:100%;
height:600px;
border-top:solid 1px #EEE;
border-bottom:solid 1px #EEE;
}

#footer {
margin:0 auto;
width:750px;
height:50px;
font-style: italic;
}
