img{
	border	: 0;
	padding : 0;
}

body{
	margin           	: 0px;
	font-family      	: Trebuchet MS, Arial;
	letter-spacing   	: 0px;
	background-color	: #1b4023;
}

#wrapper{
	width				: 100%
}

#wrapper-header{
	width				: 100%;
	height				: 266px;
	background-image	: url('images/bgheader.png');
	background-repeat	: repeat-x;
}

#header{
	width				: 1088px;
	height				: 266px;
	margin				: 0 auto;
}

#wrapper-footer{
	width				: 100%;
	height				: 256px;
	background-image	: url('images/bgfooter.png');
	background-repeat	: repeat-x;
	background-position	: bottom;
}

#footer{
	width				: 1088px;
	height				: 256px;
	margin				: 0 auto;
	background-image	: url('images/footer.png');
}

#wrapper-content{
	width				: 1088px;
	min-height			: 200px;
	background-image	: url('images/bgcontent.png');
	background-repeat	: repeat-y;
	margin				: 0 auto;
}

#content{
	width				: 920px;
	margin				: 0 auto;
	text-align			: center;
	padding-right		: 40px;
}

#title{
	font-family			: Trebuchet MS;
	font-size			: 36px;
	color				: #110102;
	font-weight			: bold;
	text-align			: center;
}

#title .green{
	color				: #118029;
}

#subtitle{
	font-family			: Trebuchet MS;
	font-size			: 24px;
	color				: #000;
	font-weight			: bold;
	text-align			: center;
}

#text{
	font-family			: Trebuchet MS;
	font-size			: 15px;
	color				: #000;
	font-weight			: 1b1515;
	text-align			: left;
}

#bonus{
	text-align			: left;
}

#bonus-border{
	width				: 606px;
	border				: 3px Dashed #626262;
	margin				: 0 auto;
}

#bonus-content{
	width				: 530px;
	margin				: 0 auto;
	text-align			: center;
}

#check{
	color				: #000;
	font-family			: Trebuchet MS;
	font-size			: 15px;
	font-weight			: normal;
}