/* CSS Document */
body {
	background-color: #000000;
}
.top {
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	position: fixed;	
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

