html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

#page {
	width: 100%;
	height: 100%;
	background: url('images/bg_2stripes.png') center repeat-y;
}

div.bg-element {
	width: 762px;
	margin: 0 auto;
}

#top-space {
	height: 50px;
	
	background: url('images/bg_1stripe.png') center repeat-y;
}

#bottom-space {
	height: 20px;
	
	background: url('images/bg_2stripes.png') center repeat-y;
}

div.container {
	width: 100%;
}

#top-container {
}

#middle-container {
	border-bottom: solid 10px black;
}

#bottom-container {
}

div.subcontainer {
	width: 760px;
	margin: 0px auto;
	
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#header {
	height: 60px;
	
	background: url('images/bg_header.png') center repeat-y;
	border-top: solid 1px black;
	border-bottom: solid 10px black;
}

#main {
	background: url('images/bg_main.png') center repeat-y;
}

#footer {
	height: 100px;
	
	background: url('images/bg_bottom.png') center repeat-y;
	border-bottom: solid 1px black;
}

#sidebar {
	display: inline;
}

#content {
	min-height: 400px;
	height: auto;
}

* html #content {
	height: 400px;
	margin-left: 157px;
}

div.main-section {
	width: 588px;

	margin-left: 160px;
	padding: 5px;
}

div.left-section {
	float: left;
	width: 138px;
	
	padding: 5px;
}

div.center-section {
	width: 488px;
	
	margin-left: 160px;
	padding: 5px;
}

div.right-section {
	float: right;
	width: 78px;
	
	padding: 5px;
}

#header_bottom {
	overflow: hidden;
	width: 50%;
	height: 0px;
	max-height: 0px;
	top: 111px;
	
	position: absolute;
	right: 0px;
	
	border-bottom: 10px black solid;
}
