@charset "utf-8";
/* CSS Document */
body{
	background-color: #000000;
}
.container{
	background-color: #333333;
	border: 1px solid #FF0000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}.maintext {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	padding: 20px;
	line-height: 30px;
	text-align: center;
}

