@charset "utf-8";
/*CSS Document*/

body {background-color: #8080ff}
#index {background: url(1-1.jpg);}
nav {width: 200px;}
ul {
	list-style-type: none;
	margin: 0px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: Blue;
	border-right-color: Blue;
	border-left-color: Blue;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Blue;
	background-color: lightblue;
}
a:hover {
	color: white;
	background-color: darkblue;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00001a;
}
img {height:10%; width: 15%;}
footer {
	height: 50px;
	font-weight: bold;
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(184,134,11,0.2);
	font-size: 2em;
}
.ip {
	height: 50%;
	width: 25%;
	position: absolute;
	left: 37.5%;
	top: 23%;
}
.ip2 {
	height: 50%;
	width: 17.5%;
	position: absolute;
	left: 42.5%;
	top: 23%;
}
.ip3 {
	height: 50%;
	width: 20%;
	position: absolute;
	left: 41%;
	top: 23%;
}
div {
	text-align: center;
	bottom: 20%;
}