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

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
	
body {
	background-color: #ccc;
	background-image: url(../images_home/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size: 15px;
	line-height: 24px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-250px; /* half of container's height */
	float:left;
	}

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

#vid {
	width: 500px;
	margin-right: 20px;
	float: left;
	margin-top: 60px;
	}
	
	#vidinner {border: 1px solid rgb(187, 187, 187);
	padding: 10px ! important;
	background-color: #fff;
	width: 500px;
	}

#content {
	width: 280px;
	float: left;
	text-align: center;
	}
	
.email {
	height: 30px;
	width: 140px;
	margin-right: 7px;
	font-size: 14px;
	padding-top: 7px;
	text-align: center;
	color: #ccc;
	}
	
.zip {
	height: 30px;
	width: 70px;
	font-size: 14px;
	padding-top: 7px;
	text-align: center;
	color: #ccc;
	}
	
form {
	margin-bottom: -17px;
	}
	
img {border: 0;}

a, a:visited, a:hover {
	text-decoration: none;
	color: #a02021;
	}