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

html, body {
	/*background-color:#4D494B;*/
	color:white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}
html{
	height:100%;
	position:relative;
}
body{
	width:100%;
	position:absolute;
	bottom:0;
}

a{
	outline: none;
}

img{
	border: none;
}



#main-display{
	padding:0;
	margin:0;
	white-space:nowrap;
	position:relative;
}

#left-most-pic{
	position:fixed;
	left:0;
	top:0;
}

#home-page-msg-container{
	position:absolute;
	display:inline-block;
	right:0px;
	bottom:45px;
}

#home-page-msg{
	position:absolute;
	left: 20px;
	top: 175px;
	font-size: 16px;
	font-weight: bold;
}



#info-and-links{
	width:100%;
	height:45px;
	background:#000;
	position:fixed;
	bottom:0px;
}

#copy-right{
	font-weight: bold;
	float:left;
	clear:left;
	font-weight: bold;
	font-size: 12px;
	position:absolute;
	bottom:1px;
}

#links-container{
	padding-top:5px;
	float:right;
	clear:right;
}
.link{
	margin-left:5px;
}