body {
	background-color: #e8e8e8;
	font-family: Helvetica Neue, sans-serif;
	font-size: 13px;
	}
	
.favt_wrap {
	width: 515px;
	background-color: #fff;
	padding-top: 30px;
	margin: 100px auto 80px auto;
	background-image: url(menubar.png);
	background-repeat: repeat-x;
	//border: 1px solid #cccccc;

	}
	
.slider {
	position: absolute;
	margin-top: -30px;
	width: 515px;
	height: 400px;
	z-index: 500;
	background-image: url(bg_screen.png);
	background-repeat: no-repeat;
	background-position:260px 0px;
	}
	
.light {
	font-weight: 300;
	color: #171717;
	} 
	
.head {
	margin: 50px;
	height: 200px;
	background-image: url(favt_logo.png);
	background-repeat: no-repeat;
	}
	
.text {
	margin: 50px;
	float: left;
	//text-align: justify;
	width: 200px;
	line-height: 17px;
	}
	
.download {
	margin-top: 50px;
	float: right;
	width: 200px;
	line-height: 18px;
	}
	
.mb {
	font-size: 9px;
	}
	
#downloadlink {
	padding: 10px;
	padding-top: 11px;
	padding-right: 109px;
	float: right;
	margin-right: -1px;
	background-color: #e8e8e8;
	font-family: Georgia;
	font-size: 15px; 
	color: #000;
	text-decoration: none;
	}
	
#downloadlink:hover {
	color: #fff;
	background-color: #171717;
	}
	
#reqs {
	margin-top: 7px;
	padding-right: 90px;
	float: right;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	}