﻿html {
	height: 100%;
}
body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	background:#bbbcba url(../images/bg.png) repeat-y;
}
#content
{
	width:602px;
	height: 100%;
	background: url(../images/inline.png) no-repeat;
}
#content .send
{
	overflow:hidden;
	width:150px;
	height:22px;
	line-height:22px;
	padding:558px 0px 0px 241px;
}
.btn
{
	overflow:hidden;
	display:block;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/btn.jpg) no-repeat;
}
.btn-hover
{
	background:url(../images/btn_hover.jpg) no-repeat;
}