@charset "UTF-8";
/* CSS Document for the visual presentation of Century Elevator */

#centuryLog {
	height: 255px;
	width: 488px;
}
#centurySoon {
	height: 1024px;
	width: 151px;
}

body 
	{
	color: black;
	background-color: #fff;
	margin: 0px
	}

#horizon        
	{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #fff;
	margin-left: -535px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
	}
	
#boston
	{
	margin-left: 60px;
	margin-top: 5px;
	}

#footer 
	{
	margin-left: -1px;
	margin-top: 5px;
	}
	
h1 { font-family: 'Neuton', arial, serif; }
h2 { font-family: 'Neuton', arial, serif; }
p { font-family: 'Ubuntu', arial, serif; font-size: 14px; color: #666666;}

.newsStory {
	margin: 30px;
	}
	
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336677;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: none;
}
