@charset "utf-8";
/* CSS Document */

* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333;
}
body {
	font-size: 70%;
	width: 560px;
	background: #000000;
	margin: 0px;
	padding: 0;

}
#container{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
}
