html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	background-color: #808082;
	color: white;
 	margin: 0;
 	padding: 0;
 	overflow: hidden;	
 	height: 100%;
}

a {
	color: #c60101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
}

.bold {
	font-weight: bold;
}

#content {
	height: 100%;
}

#altContent {
	width: 286px;
	height: 245px;
	margin: 100px auto 0 auto;
	background: black url('./warning_bg.png') repeat-x 0 0;
	border: solid black 1px;
	
}

#warning_Content {
	padding: 90px 20px 20px 20px;
	background: url('./warning_logo.png') no-repeat 0 25px;

}

#Error_Container {
	width: 286px;
	height: 425px;
	margin: 100px auto 0 auto;
	background: black url('./warning_bg.png') repeat-x 0 0;
	border: solid black 1px;
	
}

#Error_Content {
	padding: 90px 20px 20px 20px;
	background: url('./warning_logo.png') no-repeat 0 25px;

}


#main_Content {
	display: none;
}

img {
	margin-top: 10px;
	border-style: none;
}
