html {
	/*overflow: hidden;*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #fff;
	position: relative;
}

body {
	margin: 10px;
	padding: 0;
	/*overflow: hidden;*/
	background-color: #ccc;
	position: relative;	
}

* html body {

}

#bgimg {
	position: fixed;
	width: 100%;
	height: 100%;
}

#body_all {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;*/
	z-index: 99;
}

* html #body_all {

}

#content_all {

}

#content_box {

}

#header {
	height: 140px;
	width: 100%;
}

#logo {
	height: 65px;
	width: 250px;
	background-color: #fff;
	margin-left: 265px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

* html #logo {
	margin-left: 0px;
}

#menu {
	height: 150px;
	width: 720px;
	margin-left: 30px;
	background-color: #fff;
}

#meta {
	height: 30px;
	width: 700px;
	margin-left: 30px;
	background-color: #fff;
	text-align: right;
	padding-right: 20px;
}

#meta a {
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
}

#content {
	min-height: 200px;
	width: 680px;
	margin-left: 30px;
	background-color: #fff;
	padding: 0px 20px 30px 20px;
	line-height: 16px;
}

* html #content {
	height: 200px;
}

#content_bottom {
	min-height: 100px;
	width: 720px;
	margin-left: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
* html #content_bottom {
	height: 100px;
}

#space_bottom {
	height: 105px;
	width: 720px;
	margin-left: 30px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	/*position: absolute;*/
	height: 68px;
	width: 720px;
	margin-left: 30px;
	background-color: #fff;
	margin-bottom: 0px;
	/*background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
