#main{
	width:860px;
	margin:auto;
	padding-top:60px;
	min-height:600px;
	background-image:url(2.jpg);
}
#slider{
	width:660px;
	height:400px;
	margin:auto;
	border:7px double #000000;
	box-shadow:3px 2px black;
}
#slider >img {
	width:660px;
	height:400px;
	position:absolute;  
	  /*
	height: 40px;
    padding-left: 283px;
    padding-top: 200px;
    position: absolute;
    width: 122px;*/
}
#button{
    margin: 9px auto auto;
    width: 585px;
}
#button >img{
    height: 40px;
    width: 30px;
    position: relative;
    top: 15px;
	transform:rotate(0deg);
}
#button >form{
	display:inline ;
}
#button input{
	font-family:monotype corsiva;
	font-size: 22px;
}