body {
	margin-left: auto;
	margin-right: auto;
    background-color:#000000;
    text-align: center;
}


a:link, a:visited, a:active, a:hover {
	color: #cccccc;
	text-decoration:underlined;
}



#pic {
	background-color: #000000;
	left: 0px;
	position: relative;
	top: 0px;
	width: auto;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: 0px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1:hover {
	background-color: #000000;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 240px;
	left: 0px;
	position: absolute;
	top: 52px;
	width: 240px;
}

