/* CSS Document */
html
{
    overflow-x:hidden;
	overflow-y:scroll;
	height:100%;
}
#detail
{
    float:left;
    background-image:url();
	background-repeat:no-repeat;
	background-position:0 -40px;
	width:588px;
	height:150px;
}
