html, body {
	margin: 0;
}

img {
	border: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #dee5e7;
}

table.placer {
	width: 100%;
	height: 100%;
}

table.content {
	width: 100%;
	background: url('../images/car.jpg') right -3px no-repeat #dee5e7;
}

span.top-padding {
	display: block;
	width: 987px;
	height: 186px;
}

td.logo {
	width: 114px;
	text-align: center;
}

td.logo img {
	display: block;
	margin: 0 auto;
}

td.error {
	width: 244px;
	height: 55px;
	background: #fff;
}

td.error span {
	display: block;
	height: 55px;
	text-indent: -999em;
	background-repeat: no-repeat;
}

td.error span.e500 {background-image: url('../images/error500.gif');}
td.error span.e404 {background-image: url('../images/error404.gif');}
td.error span.e403 {background-image: url('../images/error403.gif');}
td.error span.e401 {background-image: url('../images/error401.gif');}
td.error span.e400 {background-image: url('../images/error400.gif');}
td.error span.eflash {background-image: url('../images/errorflash.gif');}

td.msg {
	background: #003d8a;
}

td.msg span {
	display: block;
	width: 188px;
	height: 55px;
	text-indent: -999em;
	background-repeat: no-repeat;
}

td.msg span.m500 {background-image: url('../images/msg500.gif');}
td.msg span.m404 {background-image: url('../images/msg404.gif');}
td.msg span.m403 {background-image: url('../images/msg403.gif');}
td.msg span.m401 {background-image: url('../images/msg401.gif');}
td.msg span.m400 {background-image: url('../images/msg400.gif');}
td.msg span.mflash {background-image: url('../images/msgflash.gif');}

td.car-padding {
	width: 441px
}

td.car-padding div {
	width: 441px;
	visibility: hidden;
}

span.bottom-padding {
	display: block;
	width: 987px;
	height: 216px;
}

span.flash-install {
	display: block;
	width: 244px;
	height: 94px;
	margin-left: 114px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -999px;
	background: url('../images/flash-install.gif') left top no-repeat;
}

span.flash-install a {
	display: inline;
	float: right;
	width: 64px;
	height: 19px;
	margin-right: 28px;
	margin-top: 55px;
	line-height: 16px;
}