@charset "UTF-8";
body {
	margin:0;
	padding:0;
	background:url(../img/bg/main_Bg.jpg) left top;
}
.container {
	margin:0 auto;
	margin-top:150px;
	width:965px;
	height:395px;
}
.top {
	width:965px;
	height:69px;
	text-align:center;
}
.bottom {
	margin-top:161px;
	width:965px;
	height:165px;
}
.button {
	float:left;
	width:241px;
	height:165px;
}
#deniz {
	float:left;
	margin-right:8px;
	width:241px;
	height:165px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../img/btn/erDenizcilik.png) top left no-repeat;
	display: block;
}
#deniz:hover {
	background-position: bottom left;
}
#komur {
	float:left;
	margin-right:8px;
	width:241px;
	height:165px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../img/btn/erKomur.png) top left no-repeat;
	display: block;
}
#komur:hover {
	background-position: bottom left;
}
#madencilik {
	float:left;
	margin-right:8px;
	width:241px;
	height:165px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../img/btn/erMaden.png) top left no-repeat;
	display: block;
}
#madencilik:hover {
	background-position: bottom left;
}
#yatirim {
	float:left;
	margin-right:8px;
	width:241px;
	height:165px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../img/btn/erYatirim.png) top left no-repeat;
	display: block;
}
#yatirim:hover {
	background-position: bottom left;
}