@charset "UTF-8";

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -285px; /* half of content height */
	background: #600;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content1 {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 570px;         /* required - desired height */
	width: 100%;          /* required - desired width */
	background: url(images/line.gif) repeat-y;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
div#content2 {
	position: absolute;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 370px;        /* required - desired height */
	width: 100%;          /* required - desired width */
	background: #600;     /* cosmetic */
	margin: 95px auto 105px;   /* required */
	clear: left;          /* required */
}
div#grayline1 {
	position: absolute;   /* positions content on top of distance */
	height: 3px;        /* required - desired height */
	width: 100%;          /* required - desired width */
	background: #999;     /* cosmetic */
	margin: -374px auto;   /* required */
	clear: left;          /* required */
}
div#blackline {
	position: absolute;   /* positions content on top of distance */
	height: 20px;        /* required - desired height */
	width: 100%;          /* required - desired width */
	background: #000;     /* cosmetic */
	clear: left;          /* required */
	margin-top: -371px;
}
div#box1 {
	position: absolute;   /* positions content on top of distance */
	height: 44px;        /* required - desired height */
	width: 225px;          /* required - desired width */
	clear: left;          /* required */
	margin-top: -450px;
	margin-left: 25px;
	background-image:url(images/box1.gif);
}
div#box2 {
	position: absolute;   /* positions content on top of distance */
	height: 44px;        /* required - desired height */
	width: 225px;          /* required - desired width */
	clear: left;          /* required */
	margin-top: -430px;
	margin-left: 250px;
	background-image:url(images/box2.gif);
}
div#email {
	position: absolute;   /* positions content on top of distance */
	height: 44px;        /* required - desired height */
	width: 225px;          /* required - desired width */
	clear: left;          /* required */
	margin-top: 20px;
	margin-left: 25px;
	background-image:url(images/email.gif);
}
div#phone {
	position: absolute;   /* positions content on top of distance */
	height: 44px;        /* required - desired height */
	width: 225px;          /* required - desired width */
	clear: left;          /* required */
	margin-top: 20px;
	margin-left: 230px;
	background-image:url(images/phone.gif);
}
div#flash_movie {
	position: absolute;
	background-color: #000000;
	text-align:center;
	width: 770px;
	height: 132px;
	left: 249px;
	top: 22px;
	z-index: 11;
}
