@import 'default.css';

.homepageimg  {
	position: absolute;
	top: 30px;
	left: 50%;
	height: 252px;
	width: 800px;
	margin-left: -400px;
	border-style: solid;
	border-width: 0px;
    border-color: #606060;
	z-index: 5;
}

.homepagetext {
	position: absolute;
	top: 270px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	height: 206px;
	border-style: hidden;
	border-width: 1px;
    border-color: #d79d00;
	color: #d79d00;
	font-family: arial, "lucida console", sans-serif;
	font-size: medium;
	letter-spacing: 1px;
	line-height: 17px;
	text-align: left;
}

#oops {
	top: 15px;
}

#img0 {
	z-index: 20;
}

#img1 {
	background-image: url(images/homepage.jpg); 
	z-index: 10;
}

#img2 {
	background-image: url(images/gallery.jpg);
	z-index: 10;
}