* {
	margin:0px;
	padding:0px;
	}

ul,ol,li {
	list-style:none;
}

.clear { clear:both; } 


#container {
	width:780px;
	background-color: #111111;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	}

/*body*/
body,td,th {
	font-size: 14px;
	color: #f3f3f3;
	letter-spacing: 1px;
	line-height: 150%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(../img/bg_index.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}
