* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;	

	font-family: Verdana, Arial, Tahoma, Helvetica, Geneva;
	font-size: 12px;

	text-align: center;

	color: #6a6a6a;
	
	background-image: url('../images/layout/bg65.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	
	background-color: #fff;
}

#shadow {
	width: 856px;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	background-image: url('../images/layout/shadow-side.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#frame {
	position: relative;
	width: 830px;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: left;
}


#header {
	height: 159px;
	
	background-image: url('../images/layout/shadow-hr.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header div.inside {
	
}

#main {
	width: 830px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	
	margin: 0px auto 0px auto;
	
	text-align: left;

	background-color: #fff;
}

#footer {
	width: 810px;
	height: 76px;
	
	position: absolute;
	bottom: -100px;

	padding: 10px;

	background-image: url('../images/layout/footer-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;	
	
	background-color: #fff;
}