img {
		border:0px;
}

#errors {
	background-color:black;
	color:red;
	position:absolute;
	text-align:center;
	z-index:10;
	margin-top:115px;
	padding-top:20px;
	width: 100%;
	height:80%;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

#errors h1 {

	text-decoration:blink;
}

.image {
	border:1px solid;
	border-color:white;
}

.links a {
	text-decoration:none;
	letter-spacing:1px;
	color:#eb3b18;
}

.links a:visited {
	text-decoration:none;
	letter-spacing:1px;
	color:#eb3b18;
}

.links a:hover {
	text-decoration:underline;
	color:#eb3b18;
}