/* CSS-Layout */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-color: #FFFFFF;
	color: #CC0033;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: small;
	text-decoration: none;
	text-align: center;
}

h3 {
	color: #CC0033;
}

h5 {
	color: #CC0033;
	font-size: xx-small;
}

#distance { 
		width:1px;
		height:30%;
		margin-bottom:-50px; /* half of container's height */
		float:left;
		}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:100px;
		width:300px;
		clear:left;
		border:1px solid #FFFFFF;
		border-top-color:#FFFFFF;
		border-left-color:#FFFFFF;
		}
#container img {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#noscript{
	margin-top: 20px;
	color: white;
	background-color: red;
	font-weight: bold;
	text-align: center;
}

a[rel~="nofollow"] {  outline: thin dashed firebrick ! important;  background-color: rgb(255, 200, 200) ! important; }



