	/* HOME PAGE HEADER */
	
	body.home div#header {
		background: url(../images/home-header-bg.png) no-repeat;
		height: 297px;
	}
		body.home div#header div.logo {
			position: absolute;
			top: 40px;
			left: 7px;
			background: url(../images/home-logo.png) no-repeat;
			width: 489px;
			height: 146px;
		}

		body.home div#header div#girl {
			position: absolute;
			right: 28px;
			top: 76px;
			width: 339px;
			height: 220px;
			z-index: 9;
		}
		
		
	body.home div#pagetitle {
		display: none;
	}

		
	body.home div#shoutbox {
		position: absolute;
		left: 0;
		top: 243px;
		margin-left: 32px;
		overflow: hidden;
	}

		
		body.home iframe#rumour-ticker {
			position: absolute;
			left: 0;
			top: 201px;
			width: 700px;
			z-index: 1;
		}

		
	body.home div#content {
		position: relative;
		background: url(../images/home-content-bg.png) no-repeat;
		height: 359px;
		padding: 0;
	}
		body.home div#content div.data {
			margin: 170px 0 0 40px;
			width: 300px;
			color: #1a1818;
		}


	body.home div#content-bottom {
		position: relative;
		background: url(../images/home-content-bottom-bg.png) no-repeat;
		height: 100px;
	}
		body.home div#content-bottom a {
			font: 16px/normal "Arial", sans-serif;
			letter-spacing: -1px;
		}

		
	div#home-video {
		position: absolute;
		right: 139px;
		top: 27px;
		background: #000000;
		width: 467px;
		height: 274px;

		padding: 13px;
		width: 441px;
		height: 248px;
	}
		div#videoPlayer {
			float: none;
			position: relative;
			width: 441px;
			height: 248px;
			margin: 13px;
		}
		div#home-video img.reflection {
			position: absolute;
			left: 0;
			bottom: -23px;
		}
