@charset "utf-8";
/* CSS Document */
body
{
	background:url(../img/body_background_mini.jpg) top center repeat-x;
}
#main
{
	display:none;
}
#presentation
{
	width:715px;
	margin-left:-28px;
	height:150px;
}
#content
{
	position:absolute;
	margin:0 auto;
	width:900px;;
	top:200px;
}
#title
{
	position:absolute;
	top:140px;
	color:#FFF;
	font-weight:normal;
	font-size:22px;
	margin-top:0px;
	padding-top:0px;
}

/* Main call to action */
#cta_main
{
	position:absolute;
	right:0px;
	top:30px;
	width:200px;
}
#cta_main ul
{
	list-style:none;
}
#cta_main ul li
{
	height:90px;
	font-weight:bold !important;
}
#cta_main ul li a
{
	width:200px;
	height:80px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	overflow:hidden;
	text-indent:-500px;
	display:block;
}
#cta_main ul li a:hover
{
	background-position:0 -80px;
}
#cta_main_demonow a
{
	background-image:url(../img/cta_main_demonow.png);
}