/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
}

* html #container {
	height:100%;
}

#container {
	margin:0px auto;
	position:relative;
	min-height: 100%;
}

body > #container {
	height: auto;
}

#body {
	padding-bottom:24px;
}

#body #header {
	display:block;
	height:50px;
}

#body #header img {
	display:block;
	border:none;
	padding:5px;
	margin:0;
}

#body #content {
	clear:both;
	width:600px;
	margin:0 auto 0 auto;
}

#body #content img {
	display:block;
	border:none;
	padding:0;
	margin:0 auto 0 auto;
}

#foot {
	position:absolute;
	width:100%;
	height:24px;
	bottom:0px;
	background-color:#E1E1E1;
}

#foot .closeBtn {
	float:right;
	width:110px;
	height:24px;
}

#foot .closeBtn a {
	display:block;
	background-color:#FFFFFF;
}

#foot .closeBtn a img {
	display:block;
	margin-left:1px;
	border:none;
}

