/*-----Full Screen Setting-----*/
html, body {
	width: 100%;
}

body {
	padding:0px;
	margin:0px;
	background-color: #090809;
	background-image: url(../images/bghome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#outer{
	width: 100%;
	min-height:100%;
	margin: 0px auto 0px auto;
	background-image: url(../images/home_bnr.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
}

#footer {
	width:885px;
	height:80px;
	padding: 20px 0px 0px 15px;
	margin: 0px auto 0px auto;
	text-align:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	text-decoration: none;
}

#clearfooter{clear:both;}/*needed to make room for footer*/


/*-----Top Setting-----*/
#topwrapper {
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
	height:200px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	margin: 0px;
	padding: 40px 505px 0px 20px;
	width: 375px;
	height: 98px;
}

#navi {
	margin: 0px;
	padding: 17px 217px 0px 110px;
	width: 573px;
	height: 45px;
	position:relative;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navi li {
	height:45px;
	float:left;
}

/*-----Content Setting-----*/
#cntwrapper {
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
	height:250px;
}

#welcometxt {
	margin: 0px 33px 0px 509px;
	padding: 150px 29px 0px 29px;
	width: 300px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
	font-style: normal;
}

.clearer {
	clear:both;
}