body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(../img/bg.png);
}
img {
	border:none;
}

#label {
	width: 229px;
	height:376px;
	background-image:url(../img/label.png);
	margin: 0 auto;
}

#text {
	font-family:"Georgia";
	font-size: 16px;
	text-align:center;
	widht: 400px;
	margin: 50px;
	line-height:22px;
	color:#333333;
}

#button {
	width: 253px;
	height: 68px;
	background-image:url(../img/sprite_button.png);
	margin: 0 auto;
}

#button:hover {
	background-image:url(../img/sprite_button.png);
	background-position:bottom;
}


#footer {
	margin-top:30px;
	margin-left:30px;
	margin-bottom:10px;
	bottom:0px;
	position : fixed;
	font-size: 13px;
	font-family:"Georgia";
	color:#bc2323;
}
#footer a {
	text-decoration: none;
	color: gray;
}

