/* General stuff */
body
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
.clear
{
	font-size: 1px;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}






/* Landing page */
#lp_content 
{
	margin: 0 auto 0 auto;
	text-align: center;
}
a.lp_language_link
{
	text-decoration: none;
	color: black;
	font-style: italic;
	font-size: 12px;
}
#lp_content h2
{
	font-family: Verdana;
	color: Gray;
}



















