/*--------------------------------------------------------------
	# Copyright (C) 2009 Burcode.
	# Website: http://www.burcode.com
	---------------------------------------------------------------*/

html {
	height: 100%;
	
}
body {
background: #f5f5f5;
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:12px;
	font-family:arial;

	
}

a {
	outline: none;
	cursor: pointer;
	color: #749F00;
	
}
img {
	border: none;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #749F00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


#wrap_1 {
	background: transparent url('../images/bg_page.png') repeat-y 50% 0;
	width: 1043px;
	margin: 0 auto;
	
}

#footer_wrap {
	background: url('../images/footer_bg.png') no-repeat 50% 0;
	width: 1043px;
	clear: both;
	height: 104px;
	line-height: 46px;
	font-size: 11px;
	margin: 0 auto;
	color: #999;
	text-align: center;
}


