body { 
	background-color: #e0a500;
	margin: 0px;
	}

#main {
	width: 1000px;
	height: 800px;
	margin: auto;	
	}

#snip_left {
	width: 83px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_left.jpg) no-repeat;
	}

#snip_tv {
	width: 435px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_tv.jpg) no-repeat;
	}
	
#snip_tv:hover {
	width: 435px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_tv.jpg) no-repeat -435px 0px;
	}

#snip_middle {
	width: 41px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_middle.jpg) no-repeat;	
	}
	
#snip_radio {
	width: 397px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_radio.jpg) no-repeat;	
	}
	
#snip_radio:hover{
	width: 397px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_radio.jpg) no-repeat -397px 0px;	
	}

#snip_right {
	width: 43px;
	height: 701px;
	float: left;
	background: url(../../images/main/snip_right.jpg) no-repeat;	
	}

img {
	border: none;
	}
