@charset "utf-8";

/* CSS file for coming soon page of lovelayout.it 
   Author  : LoLa Arianna Riccio							 
   Version : 1.0								 	 
   Date	: January 2010					     */




body{
	background:#000000 url(../../images/comingsoon-bg.jpg) no-repeat top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* JqueryUI trick */
	font-size: 62.5%;
}

#contentBox{
	width:960px;
	height:700px;
	margin:auto;
	text-align:center;

}

#contentBox{
	margin-top:100px;
}

#textHead{
	padding: 16px 0 10px 0;
	line-height:50px;
}

#highlight33{
	background:#000;
	color:#FFF;
	font-size:33px;
	font-style:italic;
	padding:5px 14px 5px 14px;
}

#highlight28{
	background:#000;
	color:#FFF;
	font-size:28px;
	font-style:italic;
	padding:5px 12px 5px 13px;
}

#highlight15{
	background:#000;
	color:#FFF;
	font-size:15px;
	font-style:italic;
	padding:6px;
	
	
}

#textBottom{
	margin-top:38px;
}

#bottomIcons{
	margin:auto;
	margin-top:30px;
	text-align:center;
	width:525px;
	height:100px;
	
}

#bottomIcons a div{
	
	width:93px;
	height:92px;
	cursor:pointer;

}



#iconContacts{
	background:url(../../images/contact-icon-off.png) no-repeat top left;
	margin-left:240px;
}

#iconContacts:hover{
	background:url(../../images/contact-icon-on.png) no-repeat top left;
}
