* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
}

#Content {
	background-color: #000000;
	background-image: url('bg.png');
	color: #000000;
	text-align: center;
	width: 320px;
	height: 550px;
	margin: 20px auto 0 auto; /* 0px auto;*/
	padding: 0;
}

a {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #800000; 
	text-decoration: none;
}
a:visited {
	color: #800000; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: #800000;
}

p {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin: 0;
	/* background-color: #FFFFCC; */
}

p.strong {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}