/* CSS Document */
#todo1 {
	margin: 5px auto;
	padding: 0;
	width: 1024px;
	position:absolute;
}
a:focus {
	outline: none;
}
#panel {
	background: #0066CC;
	height: 325px;
	display: none;
	color: #FFF;
	padding: 20px;
	
}
.slide {
	margin: 0;
	padding: 0;
	width:1024px;
	height:16px;
	background: url(img/1.png);
	background-repeat: repeat-x;
}

.active {
	background-position: right 12px;
}


#btn-slide {
	background: url(img/1-mail.png);
	width: 205px;
	height: 88px;
	margin: 2px auto;
	margin-left: 850px;
	position: absolute;
}