/******* FLASH ROW ********/		
	#flashrow {
		width: 1022px;
		height: 264px;
		background: url(images/flashrow-bkg.png) top left no-repeat;
		padding-left: 130px;
	}
/******* CONTENT ROW ********/
	
	#contentrow {
		width: 1152px;
		background: url(images/grungepaper-tile.gif) top left repeat-y;
		position: relative;
	}
		#contentrow-overlay {
			display: block;
			width: 400px;
			height: 278px;
			position: absolute;
			top: 0;
			left: 0;
			background: url(images/contentrow-bkg_01.png) top left no-repeat;
			z-index:2;
		}
		#contentrow-overlay2 {
			display: block;
			width: 752px;
			height: 200px;
			position: absolute;
			top: 0;
			right: 0;
			background: url(images/contentrow-bkg_02.png) top left no-repeat;
			z-index:2;
		}
		#contentrow-footer {
			display: block;
			width: 1152px;
			height: 13px;
			overflow: hidden;
			position: absolute;
			bottom: 51px;
			left: 0;
			background: transparent url(images/content-footer.png) bottom left no-repeat;
			z-index:1;
		}
		#callout {
			display: block;
			position: absolute;
			bottom: 175px;
			right: 284px;
			z-index: 3;
		}
		#award{
			display: block;
			width: 103px;
			height: 169px;
			position: absolute;
			bottom: 175px;
			right: 164px;
			background: url(images/ci02.png) top left no-repeat;
			z-index: 3;
		}
		#midaward{
			display: block;
			width: 103px;
			height: 169px;
			position: absolute;
			bottom: 175px;
			right: 364px;
			background: url(images/ci02.png) top left no-repeat;
			z-index: 3;
		}
		#idol {
			display: block;
			width: 460px;
			height: 155px;
			position: absolute;
			bottom: 43px;
			right: 130px;
			background: url(images/BecomingAnIdol.png) top left no-repeat;
			z-index: 3;
		}
		#hometext {
			font-size: 11px;
			text-align: right;
			padding: 22px 0 22px 165px;
			width: 414px;
			position: relative;
			z-index: 100;
		}
		#hometext p {
			padding-bottom: 10px;
			line-height: 18px;
		}
		#hometext a {
			color: #B82C00;
			text-decoration: none;
			font-weight: bold;
		}
		#hometext a:hover {
			color: #000;
		}