@charset "utf-8";
/* CSS Document */

html
{
	position: relative;
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg-404.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #bed600;
	height: 100%;
}

a img
{
	border: 0px;
}

#container
{
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0px auto;
  bottom: 0px;
}

#innerContainer
{
  height: 100%;
}

#phone404
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#sorry404
{
	position: absolute;
	bottom: 200px;
	left: 0px;
}

#logo404
{
	position: absolute;
	bottom: 100px;
	left: 0px;
}

#home404
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}