* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background: url(../img/bg-body.gif);
	text-align: center;
}

table {
	margin: 0px;
	padding: 0px;
}

address {
	font-style: normal;
}

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

#container {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 362px;
	width: 724px;
	clear: left;
}

#redBottom {
	position: absolute;
	bottom: 7px;
	left: 0px;
	background: url(../img/bg-red.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}

#shadowBottom {
	position: absolute;
	top: 20px;
	left: 0px;
	background: url(../img/bg-shadow-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
}

#shadowBottomRight {
	position: absolute;
	top: 20px;
	left: 724px;
	background: url(../img/bg-shadow-bottom-right.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

#shadowRight {
	position: absolute;
	bottom: 0px;
	left: 724px;
	background: url(../img/bg-shadow-right.gif);
	background-repeat: no-repeat;
	height: 340px;
	width: 10px;
}

#infoHeaderTop {
	height: 22px;
	position: absolute;
	top: 0px;
	height: 22px;
	width: 100%;
}

#infoHeader {
	position: absolute;
	left: 43px;
	top: 4px;
	height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #B2B2B2;
}

#infoMain {
	position: absolute;
	left: 405px;
	top: 78px;
	font-family: Verdana, sans-serif;
	font-size: 9.5px;
	color: #F4FFFB;
}

div.infoMainSpacer {
	height: 5px;
	width: 1px;
}

#greenTop {
	position: absolute;
	top: 22px;
	left: 12px;
	background: url(../img/bg-green.gif);
	background-repeat: repeat-x;
	height: 320px;
	width: 700px;
}

#cyroLogo {
	position: absolute;
	top: 246px;
	left: 42px;
	background: url(../img/cyro-logo.jpg);
	background-repeat: no-repeat;
	width: 512px;
	height: 71px;
}

#borderLeft {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 12px;
	height: 320px;
	background: url(../img/bg-border-left.gif);
	background-repeat: no-repeat;
}

#borderRight {
	position: absolute;
	top: 22px;
	left: 712px;
	width: 12px;
	height: 320px;
	background: url(../img/bg-border-right.gif);
	background-repeat: no-repeat;
}

#mlInfo {
	padding-top: 2px;
}

.mail-fake {
    display: none;
}