* {
 
    padding: 0;
}

body{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	background:url(http://www.ansan.ac.kr/img/mainVisual/04.jpg?20140526) no-repeat;
}
#div0 {
	height: 100px;
	float:left;
}
#div1 {
   
    height: 100px;
	text-align: center;
}
#div1 li {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: black;
	font-weight: bold;
	width: 100px;
	border-right: 2px white solid;
	text-align: center;
}
#div1 li:hover {
	color: blue;
}

#div2 {
	height: 400px;
	width: 1080px;
	float: left;
	overflow: hidden;
}

#div3{
	background-color: hsla(120, 100%, 25%, 0.3);
	height: 400px;
	width: 780px;
	float:left;
}
#div3 li{
	color: red;
}
#div3 li:hover {
	color: yellow;
}
#div4 {
	background-color:Tan;
	width: 300px;
	height:400px;
	float:left;
}

#div5 {
	background-color:white;
	width:100%;
	height:400px;
	float:left;

}
#div5 a{
	margin-top: 50px;
	width: 400px;
	height: 400px;
}

#div6 {
	background-color:red;
	width:100%;
	height:100px;
	float:left;
}
#div6 li{
color:white;
}
#div6 li:hover {
	color: yellow;
}
