

html, body {
height: 100%;
}

#content {
	background: url(http://images.popcap.com/www/images/404_bkgd.jpg) no-repeat;
	z-index: 100;
}

#logo_link a {
	float: left;
	display: inline;
	width: 150px;
	height: 150px;
	margin: 20px 0 0 20px;
	text-indent: -9999px;
	outline: 0;
}

body.int #wrapper {
	height: 100%;
}

body.int #content {
	position: absolute;
	min-height: 100%;
}

#intro {
	float: left;
	display: inline;
	width: 460px;
	margin: 200px 0 0 80px;
	background: url(http://images.popcap.com/www/images/404_bubble_top.png) no-repeat;
}

#intro h1 {
	width: 460px;
	height: 55px;
	text-indent: -9999px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(http://images.popcap.com/www/images/404_header.gif) no-repeat center;
}

#intro h1.intro_int {
	background: none;
	text-indent: 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	height: 50px;
}

#intro_copy {
	float: left;
	display: inline;
	width: 460px;
	margin: 0 0 0 250px;
	background: url(http://images.popcap.com/www/images/404_bubble_bottom.png) no-repeat bottom;
}

#intro_copy p {
	color: #fff;
	padding: 30px 40px 20px 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#links_sign {
	float: left;
	display:inline;
	width:  960px;
	text-align: center;
}

#links_sign ul {
	width: 300px;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}


#links_sign ul li {
	text-align: center;
	padding:0;
	margin:0;
	width: 300px;
}

#links_sign ul li a {
	display: block;
	width: 300px;
	text-indent: -9999px;
	outline: 0;
}

#links_sign ul li.home a {
	height: 86px;
	background: url(http://images.popcap.com/www/images/404_link_home.png) no-repeat center;
}

#links_sign ul li.allgames a {
	height: 83px;
	background: url(http://images.popcap.com/www/images/404_link_games.png) no-repeat center;
}

#links_sign ul li.contact a {
	height: 77px;
	background: url(http://images.popcap.com/www/images/404_link_contact.png) no-repeat center;
}

#links_sign ul li.help a {
	height: 80px;
	background: url(http://images.popcap.com/www/images/404_link_help.png) no-repeat center;
}

#page_footer {
	height: 142px;
}

#missing_footer {
	float: left;
	display: inline;
	width: 460px;
	margin: 20px 0 0 250px;
}

#missing_footer p {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}


