@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
	width: 100%;
}
body {
    margin: 0;
	padding: 0;
    background-color: #3B405B;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center; /* horizontal centering for IE Win quirks */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
div#distance { 
    width: 1px;
	height: 50%;
	margin-bottom: -350px; /* half of container's height */
	float: left;
}
div#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	width: 850px;
	height: 700px;
	clear: left;
}
div#alternative_content {
    width: 270px;
	height: 480px;
    background-image: url(images/square.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 220px 290px 0px 290px;
}
div#alternative_content p {
    margin: 10px 0 0 0;
}
img {
    border: none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
a:link,
a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    line-height: 16px;
	font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active { }