/* Picture CSS */

html, body, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background-color: #000000;
}

#wrapper {
	width: 100%;
	margin:0pc;
	text-align:left;
}

#pic {
	 text-align:center;
	 height:100%;
}

#pic p {
	background: center;
	font-size: 80%;
	color: #FFFF99;
}

#pic img {
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pic a {
	text-decoration: none;
	color: #CCCCCC;
}

#pic a:hover {
	color: #FFFFFF;
}




