body {
	font-family: Helvetica,Arial,sans-serif;
	background-color: #454649;
}

div#logo{
	background: url(/images/logo.png) center center no-repeat;
	width: 100%;
	height: 145px;
	margin: 50px 0 0;
}

#mentions {
	font-size:3em;
	margin-bottom:10px;
	color: #82FFB2;
}

#mentions-list li {
	list-style-type: none;
	color: #CCCCCC;
	text-shadow:0 1px 3px #313131;
	font-size:36px;
	letter-spacing:-2px;
	line-height:32px;
	padding-bottom: 20px;
}

.from_user {	
	color: #fff;
	font-size: 22px;
}

.highlight {
	color: #ABEE95;
}

div#wrapper{
	width: 694px;
	margin: 0 auto;
}

.searchbox{
	background: url(/images/searchbox.png) center center no-repeat;
	border: 0;
	font-size: 60px;
	height: 73px;
	padding: 10px 15px;
	width: 664px;	
}

.button{
	margin: 10px 0 0 229px;
}

img {
	border: 0px;
}
div#tag {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 43px;
	height: 41px;
}

#suggestions a{
/*	text-decoration: none;*/
	color: #fff;
}

#suggestions {
	list-style: none;
	text-align: center;
}

#suggestions li{
	display: inline;
	padding: 0 10px;
}