﻿* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center; /* horizontal centering for IE Win quirks */;
	background-color: #002980;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#distance {
	width: 1px;
	height: 50%;
	/* background-color: #fc6;*/
	margin-bottom: -300px; /* half of container's height */;
	float: left;
}
#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */;
	text-align: left;
	height: 600px;
	width: 800px;
	clear: left;
	/* background-color: #FFFFFF; */
	/* border: 1px solid #C0C0C0; */
}
#CompanyInfo {
	/* border: 1px solid #C0C0C0; */
	position: absolute;
	width: 380px;
	height: 300px;
	vertical-align: top;
	text-align: justify;
	left: 420px;
	top: 150px;
	color: #FFFFFF;
	/* background-color: #6F9DFF; */
}
#SlideShow1 {
	border: 1px solid #C0C0C0;
	position: absolute;
	width: 400px;
	height: 300px;
	left: 0px;
	top: 150px;

	
}
#BottomText {
	/* border: 1px solid #C0C0C0; */
	position: absolute;
	width: 800px;
	height: 50px;
	left: 0px;
	top: 500px;
}
#Gallery{
	position: absolute;
	width: 550px;
	height: 300px;
	left: 125px;
	top: 160px;

	
}

#MainText {
	/* border: 1px solid #C0C0C0; */
	position: absolute;
	width: 800px;
	height: 50px;
	left: 0px;
	top: 0px;
}
.ColoredInput {
	border: thin solid #C0C0C0;
	background-color:#FFFFCC;
}

