body {
	background: #39414A;
	font-family: arial;
	font-size: 12px;
}

.main {
	width: 790px;
	background: #FFFFFF;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #0F1923;
	padding: 10px;
}

p {
	color: #444444;
}

a {
	text-decoration: none;
	color: #444444;
	
}

h1 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 16px;
}

h2 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 12px;
}

.text {
	height: 50px;
}

.second {
	color: #454545;
}

.item {
	background: #FFFFFF;
	padding: 2px;
	border-bottom: 4px dotted #BBBBBB;
	margin: 10px;
	height: 77px;
	color: #222222;
	font-weight: bold;
	line-height: 1.6em;
}

.voting {
	background: #FFFFFF;
	float: right;
	width: 100%;
	height: 23px;
	text-align: right;
	bottom:0px;
}

