@charset "UTF-8";
/* CSS Document */

#yearSelecter {
	width: 600px;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
}

#tvWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../media/images/tv.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#tvInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#radioWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../media/images/radio.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#radioInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#magazineWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../media/images/magazine.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#magazineInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#newspaperWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../media/images/newspaper.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#newspaperInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

#otherWrapper {
	width: 600px;
	height: auto;
	border: dotted 1px;
	background: url(../media/images/other.png) no-repeat 15px 15px;
	margin: 0 auto 20px;
}

#otherInner {
	margin: 60px 30px 20px 30px;
	max-height: 500px;
	width: 540px;
	overflow-y: auto;
}

img.mediaBanner {
	margin: 10px 0;
}
