@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #FFF;
	margin:0;
	padding:0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;

}
#first{
	text-align:center;
	width:100%;
	position: fixed;
}

#main{
	width:100%;
	height:651px;
	position: relative;
	background-image: url(img/hand_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: -15px;
}

#for_img{
	position: relative;
	top: 70px;
	left: 135px;
	
}

a, a:link { 
    text-decoration: none;
    color: #69c;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

