/*
 Master Stylesheet
 Site: SIMVSE
*/

/* Reset */
html, body {
	height:100%;
	vertical-align: bottom;
	background-color: #000000;
		}

#distance { 
		width:1px;
		height:50%;
		background-color:#000000;
		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:534px;
		width:800px;
		clear:left;
		background-image: url(marketsite_1b.jpg);
		background-repeat:no-repeat

}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #204191;
}
.welcometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #204191;
}
a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #204191;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #204191;
	text-decoration:underline;
}
