/* CSS Document */
#links{
	height:600px;
	width:800px;
	background-image: url(../images/linkslow.gif);
	margin: 10px auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	}
#linksDetail{
	width: 280px;
	padding-left: 250px;
	padding-top: 90px;
	height: 300px;
	overflow: hidden;
	text-align: center;
}
#scroll{
height:300px;
overflow:scroll;

}
