/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #e2dedb;
}

.container {
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}

.header { 
	background-image: url('./img/header.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
}

.navmenu { 
	background-image: url('./img/repeater.jpg');
	background-repeat: repeat-y;
	width: 1000px;
	height: 20px;
}

.buttons {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 25px
}

.content { 
	background-image: url('./img/repeater.jpg');
	background-repeat: repeat-y;
	width: 1000px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.footer { 
	background-image: url('./img/footer.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
}

