#container {
	width: 915px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#line1{
	width: 910px;
	height: 156px;
	position: absolute;
}
a {
	text-decoration: none;
	color: #000;
}


#line2{
	width: 910px;
	height: 156px;
	position: absolute;
	margin-top: 156px
}
#line3{
	width: 910px;
	height: 156px;
	position: absolute;
	margin-top: 312px;
}

#line4{
	width: 910px;
	height: 156px;
	position: absolute;
	margin-top: 468px;
}

#square_small, #square_big{
	padding: 10px;
}

#square_small:hover, #square_small_left:hover{
	border: 1px solid #F00;
}

#square_small, #square_small_left{
	height: 108px;
	width: 108px;
	float: left;
	border: 1px solid #000;
	padding: 10px;
}
#square_small_left_empty{
	float: left;
	height: 130px;
	width: 130px;
}

#square_small_left, #square_small_left_empty{
	margin-left: 26px;
}



#square_big{
	height: 266px;
	width: 266px;
	float:left;
	margin-left: 26px;
	padding: 10px;
	
}
#square_big a img:hover {
	height:300px;
	width:300px;
}
