body{
	height: 100%;
	overflow: hidden;
}

body.mentions{
	height: auto;
	overflow: visible;
	margin:10px;
	padding:10px;
}

body{
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background: #ffffff;
}


#main{
	width: 100%;
	height: 100%;
}


#content{
	width : 600px;
	margin-left: auto;
	margin-right: auto;
}

#content p{
	margin-top: 30px;
	margin-bottom: 30px;
}

#content li {
	height: 40px;
	vertical-align: middle;
}

#content li img
{	
	vertical-align: middle;
}


a:link {
	letter-spacing:1;
	leading:0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #777777;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #777777;
}
/* styles bottom navigation */

h1 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}
.center {
	text-align: center;
}
