@import "global.css";

#splash {
	position: relative;
	background:#99CCFF;
	width: 943px;
	height: 487px;
	margin: 0 0 -10px 0;
	padding: 0;
	top: -22px;
}

#splash_left {
	background: url(../images/home/main_left.jpg) no-repeat;
	position: absolute;
	width: 338px;
	height: 487px;
	left: 0px;
	top: 0px;
}

#splash_mid {
	background:url(../images/home/main_mid.jpg) no-repeat;
	position: absolute;
	width: 281px;
	height: 534px;
	left: 338px;
	top: -47px;
}

#splash_right {
	background: url(../images/home/main_right.jpg) no-repeat;
	font: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 294px;
	height: 477px;
	left: 619px;
	top: 0px;
	text-align: right;
	padding: 10px 20px 0 10px;
}

#splash_right h1#splash_title{
	background: url(../images/home/create_your_own.gif) no-repeat;
	width: 296px;
	height: 104px;
}

#splash_right h1#splash_title span{
	display: none;
}

#learn_more {
	background: url(../images/home/learn.gif) no-repeat;
	width: 133px;
	height: 45px;
	border: none;
	position: absolute;
	top: 280px;
	left: 162px;
}

#learn_more span {
	display: none;
}

#watch {
	background: url(../images/home/bg_watch.jpg) top left no-repeat #F3F2E9;
	float: left;
	width: 151px;
	height: 198px;
	margin: 0 5px 0 2px;
	padding: 11px 5px 15px 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#watch h3 {
	/*background:url(../images/home/txt_watch.gif) top left no-repeat;*/
	width: 106px;
	height: 38px;
	margin: 0;
	padding: 0 0 10px 0;
}

#watch .btn_blue {
	position: absolute; 
	bottom: 10px; 
	right: 15px;
}

#watch h3 span {
	display: none;
}

#search {
	background:url(../images/home/bg_watchtv.gif) top right no-repeat #F3F2E9;
	float: left;
	width: 229px;
	height: 161px;
	margin: 0 5px;
	padding: 40px 15px 15px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

#search .btn_blue {
	position: absolute; 
	bottom: 10px; 
	right: 15px;
}

#search h3 {
	display: none;
}

#sign_up {
	background:url(../images/home/bg_sign_up.gif) top right no-repeat #F3F2E9;
	float: left;
	width: 191px;
	height: 161px;
	margin: 0 0 0 5px;
	padding: 40px 15px 15px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#sign_up .btn_blue {
	position: absolute; 
	bottom: 10px; 
	right: 25px;
}

#sign_up h3 {
	display: none;
}

.no_cookie_height {
	height: 720px;
}

