﻿    	* {
		margin:0;
		padding:0;
		}

	html, body, form {
		height:99%;
		}

	body 
	{
		background-color:#ffffff;
		color:#000000;
		text-align:center; /* horizontal centering for IE Win quirks */
		font-family: aRial, Helvetica, sans-serif;
	}

	#distance { 
		width:1px;
		height:50%;
		background-color:#ffffff;
		margin-bottom:-200px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width: 400px;
		height: 400px;
		background-image: url(error.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		clear:left;
		background-color:#ffffff;
		}

	#container div {    
		width: 360px;
		margin-top: 150px;
		margin-left:20px;
		padding-top: 5px; /* only for firefox */
	}


	#container ul {
		margin-left:2em;
		}

	#container li span {
		font-size:70%;
	}
		

	#container h1 {
		font-size: 20px;
		font-weight: bolder;
		border-left: 8px solid #ffdd00;
		text-transform: uppercase;
		margin-bottom: 10px;
		margin-top: 15px;
		letter-spacing: 1px;
	}
	
	a {font-size: 12px; color: Red; }
	
	.errorMSG { font-size: 12px; }