body {
	background: url('images/bg.jpg') center top;
	margin: 0px;
	padding: 0px;	text-align: center;
}
input {	border: none;
	background: none;
	font-size: 9px;
	height: 19px;
	width: 151px;
	margin-left: 2px;
	padding-left: 4px;
}
textarea {
	background: none;
	height: 62px;
	width: 151px;
	font-size: 9px;
	margin-left: 2px;
	margin-top: 2px;
	border: none;
}

#page {	text-align: left;	background: url('images/fgUnder.jpg');	width: 1024px;
	height: 768px;
	margin: auto;
}
#fgUp {
	background: url('images/fg.png');
	width: 1024px;
	height: 768px;
}
#fgElements {
	background: url('images/fgElements.png');
	width: 1024px;
	height: 768px;
}
#menuElements {	position: absolute;	z-index: 2;	background: url('images/menuElements.png');
	width: 1024px;
	height: 768px;
}
#menu1, #menu2, #menu3 {	width: 70px;
	height: 70px;
	position: absolute;
	cursor: pointer;
}
#menu1 {	top: 440px;
	left: 185px;
}
#menu2 {
	top: 450px;
	left: 260px;
}
#menu3 {
	top: 525px;
	left: 240px;
}
#start, #about {
	position: absolute;
	z-index: 1;
	width: 1024px;
	height: 768px;
}
#start {
	background: url('images/start.png');
}
#about {
	background: url('images/about.png');
	display: none;
}
#contact {
	position: relative;
	z-index: 4;
	display: none;
	width: 300px;
	height: 450px;
	left: 362px;
	top: 159px;
	background: url('images/contact.png') no-repeat;
}
#tableForm {
	position: absolute;
	z-index: 3;
	top: 187px;
	left: 74px;
}
#submit {
	width: 65px;
	height: 18px;
	background: none;
	margin-left: 90px;
	margin-top: 6px;
	border: none;
}