/* CSS Document */

#border {
	width: 550px;
	margin-left: 0;
	margin-right: 0;
	background-color:#000000;
}

#text {
	position: absolute;
	width: 550px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f5f5f5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6699cc;
	line-height: 120%;
	margin-bottom: 10px;
	padding-left: 10px;
}