@import url("form.css");

@charset "UTF-8";
/* CSS Document */

/* LAYOUT */
* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
background:url(../images/intro-background.png) center center no-repeat;
text-align:center; /* horizontal centering for IE Win quirks */
font-size:62.5%; /* resets 1em to 10px */
font-family:Tahoma, Geneva, Arial, sans-serif;
}

#distance { 
width:1px;
height:50%;
margin-bottom:-185px; /* half of container's height */
}

#wrapper {
position:relative; /* puts container in front of distance */
}

#flash {
margin-left:-30px;
}

#links {
padding-top:30px;
}

#links a {
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
color:#717171;
background:url(../images/bullet.gif) top left no-repeat;
padding-left:12px;
text-decoration:none;
}

#links a:hover {
text-decoration:underline;
}
