
#container {
	/* Centering vertically & horizontally in IE and Firefox:
	    - Use position: absolute
		- Set width and height to pixel values
		- Set top and left to 50%
		- Set margin-left and margin-top to negative 1/2 the rspective values of width and height
	*/
	position: absolute;
	width: 753px;
	height: 544px;
	left: 50%;
	top: 50%;
	margin-left: -376px;    /* half of width */
	margin-top: -320px;   /* little more than half of height, make sit appear a little further up */
	background-image: url(../images/newsplash/main_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 38px;
	left: 38px;
	width: 125px;
	height: 122px;
}

#tagline {
	position: absolute;
	top: 70px;
	left: 195px;
}

#postalcode {
	position: absolute;
	width: 230px;
	height: 198px;
	top: 54px;
	left: 492px;
	background-image: url(../images/newsplash/splashbox_bg.gif);
	background-repeat: no-repeat;
}

#postalcode_label {
	height: 20px;
	width: 230px;
	background-image: url(../images/newsplash/GETTVLISTINGS.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#postalcode_content {
	font-size: 92%;
	color: #2B2D90;
	height: 178px;
	width: 170px !important;
	width /**/:230px;
	padding: 15px 30px 0 30px;
}

#login {
	position: absolute;
	width: 230px;
	height: 198px;
	top: 286px;
	left: 492px;
	background-image: url(../images/newsplash/splashbox_bg.gif);
	background-repeat: no-repeat;
}

#login_label {
	height: 20px;
	width: 230px;
	background-image: url(../images/newsplash/REGISTEREDUSERS.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#login_content {
	font-size: 92%;
	color: #2B2D90;
	height: 178px;
	width: 170px !important;
	width /**/:230px;
	padding: 15px 30px 0 30px;
}

#grid_demo {
	position: absolute;
	width: 506px;
	height: 407px;
	top: 166px;
	left: -34px;
	background-image: url(../images/newsplash/grid_wide_demo.gif);
	background-repeat: no-repeat;
}

#postalcode_form_submit {
	width: 166px;
	height: 29px;
	border: 0px;
	background-image: url(../images/newsplash/getmygrid.gif);
	background-repeat: none;
	background-position: center;
	cursor: pointer;
}

#postalcode_form_submit:hover {
	background-image: url(../images/newsplash/getmygrid_o.gif);
}

#login_form_submit {
	width: 166px;
	height: 31px;
	border: 0px;
	background-image: url(../images/newsplash/signin.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

#login_form_submit:hover {
	background-image: url(../images/newsplash/signin_o.gif);
}

.form_textbox {
	color: #2B2D90;
	background-color: #FFF;
	font-weight: bold;
	font-size: 92%;
	width: 166px;
	border: 1px solid #36669D;
	margin: 2px 0 2px 0;
}

.hide {
	display: none;
}

h2 {
	font-size: 122%;
	font-weight: bold;
	color: #2B2D90;
}

