html{
	background-image: url(/components/template/background.jpg);
	background-repeat: repeat-x;
	background-color: #1e7500;
}
html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html, input, select, option, td{
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
}
.background{
	width: 928px;
	background-image: url(/components/template/middle.jpg);
}
.top{
	background-image: url(/components/template/top.jpg);
	background-repeat: no-repeat;
}
.bottom{
	background-image: url(/components/template/bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	background-color: #1e7500;
}
.page{
	width: 896px;
	margin-left: 16px;
}
#header{
	height: 288px;
	background-image: url(/components/template/header.jpg);
	position: relative;
}
#intro{
	position: absolute;
	top: 144px;
	left: 224px;
	width: 432px;
	color: #fff;
}
.footer{
	background-color: #d5d5d5;
	color: #333;
	padding: 12px 32px 12px 32px;
}
.margin{
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 48px;
}
.image_border{
	border: 1px solid #999;
	display: block;
}
.logo{
	position: absolute;
	top: 74px;
	left: 42px;
	cursor: pointer;
}
img{
	display: block;
}
h1{
	text-transform: uppercase;
	color: white;
	background-color: #1e7500;
	padding: 2px 0px 2px 0px;
	margin: 24px 0px 16px 0px;
	position: relative;
	left: -32px;
	font-size: 32px;
	width: 832px;
	text-indent: 32px;
}
.h1_logo{
	height: 69px;
	width: 68px;
	position: absolute;
	right: -48px;
	top: -8px;
	background-image: url(/components/template/h1.png);
}
h2{
	color: #1e7500;
}