* {
	margin : 0px;
	padding : 0px;
	color : #FF0000;
}

body {
	background-color : #000000;
}

a img {
	border : none;
	text-decoration : none;
}

div {

}

#a {
	position : absolute;
	top : 50px;
	left : 50px;
	background-color : #FF0000;
	height : 100px;
	width : 100px;
}

#b {
	position : absolute;
	top : 150px;
	left : 0px;
	border-top : 1px solid #FF0000;
	right : 300px;
	bottom : 0px;
}

#c {
	position : absolute;
	top : 0px;
	left : 150px;
	border-left : 1px solid #FF0000;
	bottom : 0px;
	right : 0px;
}

#d {
	position : absolute;
	top : 170px;
	left : 120px;
	bottom : 0px;
	right : 200px;
	border-top : 1px solid #FF0000;
}

#e {
	position : absolute;
	top : 170px;
	left : 250px;
	border-left : 1px solid #FF0000;
	right : 0px;
	bottom : 100px;
}

#f {
	position : absolute;
	top : 250px;
	left : 200px;
	right : 100px;
	bottom : 0px;
	border-top : 1px solid #FF0000;
}

#g {
	position : absolute;
	top : 250px;
	left : 450px;
	background-color : #FF0000;
}

#a:hover {
	background-color : #0000FF;
}
#b:hover {
	border-top : 1px solid #0000FF;
}
#c:hover {
	border-left : 1px solid #0000FF;
}
#d:hover {
	border-top : 1px solid #0000FF;
}
#e:hover {
	border-left : 1px solid #0000FF;
}
#f:hover {
	border-top : 1px solid #0000FF;
}
#g:hover {
	background-color : #0000FF;
}

#bacco {
	position : absolute;
	top : 230px;
	left : 255px;
	font-size : 20px;
	letter-spacing : 20px;
	font-weight : bold;
}
	

#html {
	position : absolute;
	bottom : 194px;
	right : 140px;
	height : 15px;
	width : 80px;
}

#css {
	position : absolute;
	bottom : 120px;
	right : 120px;
	height : 15px;
	width : 80px;
}

#ie {
	position : absolute;
	bottom : 100px;
	right : 100px;
	height : 15px;
	width : 80px;
}
