html
{
	margin:						0;
	padding:					0;
	height:						100%;
	
}

body
{
	margin:						0;
	padding:					0;
	height:						100%;
	
}	

* 
{
	outline:					none;
	border:						0;
	margin:						0;
	padding:					0;
	font-family:				helvetica,arial;
}

div#preloader
{
	padding:					10px;
}

div#wrapper
{
	height:						100%;
}


div#content
{
	height:					100%;
	
}

div.content-item
{
	min-height:					100%;
	
	
}	
.clear
{
	clear:						both;
}	

*.highlight
{
	font-size:						18px;
	font-weight:					bold;
}

a.animated
{
	font-size:						13px;
	color:							#000;
	text-decoration:				none;
	font-weight:					normal;
	display:						block;
	text-indent:					3px;
	min-height:						26px;
	line-height:					26px;
	background:						transparent url(img/animated.png) 0 -26px no-repeat;

}

a.animated:hover{
	color:							#fff;
}