/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#EAEAEA;
	overflow: auto;
	}
	
#content {
	width:750px;
	background:white;
	min-height:700px;
	height: auto !important;
	height: 700px;
	}	

#buttons {
	width:464px;
	height:70px;
	}
	
ul {
	padding: 0;
	margin:0;
	}
	
li {
	list-style-type:none;
	display:inline;
	float:left;
	}
	
a.work:link, a.work:active, a.work:visited {
	width: 222px ; 
	height: 67px ; 
	display: block; 
	overflow:hidden;
	background: url(images/worknepa_both.jpg) 0px 0px no-repeat;
	margin-right:20px;
	}
	
a.work:hover {
	background-position: 0px -67px;
	margin-right:20px;
	}
	
a.play:link, a.play:active, a.play:visited {
	width: 222px ; 
	height: 67px ; 
	display: block; 
	overflow:hidden;
	background: url(images/playnepa_both.jpg) 0px 0px no-repeat;
	}
	
a.play:hover {
	background-position: 0px -67px;
	}

