@import "styles.css";

.background-home {
	background-image: url(images/backgroundhome.gif);
	background-repeat: repeat-x;
}

div#homeimage {
	border-color: #FF8C00;
	border-style: double;
	border-width: medium;
	padding: 3px;
	top: 120px;
	left: 50px;
	height: 320px;
	width: 400px;
	position: absolute
}

div#homenav {
	top: 150px;
	left: 475px;
	position: absolute;
}

.hometext {
	top: 380px;
	left: 475px;
	position: absolute;
	width: 325px;
	font-size: 12px;
	color: #FFFFFF;
	border-color: #9CCEFF;
	border-style: dotted;
	border-width: 1px;
	padding: 10px;
}

.bottomhome {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	top: 500px;
	left: 30px;
	position: absolute;
}

.bottomhome a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted White;
}

.bottomhome a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: dashed White;
}

.bottomhome a:hover {
	font-size: 10px;
	color: Black;
	background-color: #FFA500;
	text-decoration: none;
}

.bottomhome a:active {
	font-size: 10px;
	color: #ADD8E6;
	background-color: Black;
}


