body, html {
	height: 90%;
}
body {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #000 url(/images/bg.gif) no-repeat right bottom;
	color: #eee;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}


.item {
	float: left;
	width: 200px;
	height: 133px;
	border: 1px solid #fff;
	padding: 1px;
	margin: 8px;
	overflow: hidden;
}
.item img {
	border: 0px;
}

.item2 {
	border: 0px;
	padding-top: 85px;
	height: 45px;
	text-align: right;
}
.item2 a {
	color: #999;
}

