div#container
{
	vertical-align:top;
	background-color: white;
	width: 653px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
}
div#header
{
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 60px;
	background-color: Black;	
}
div#logoSpin
{
	float: left;
	vertical-align:top;
	text-align:center;
	padding-top: 10px;
	width: 137px;

}
div#appName
{
	text-align:right;
	padding: 20px 2em 0 138px;
	font-size:x-large;
	color: White;
	border-color: White;
}
div#divLine1
{
	position:relative;
	top: 0px;
	left: 0px;
	width: 653px;
	border-top-style: solid;
	border-top-color: Red;
	height: 2px;
}
div.hr
{
	color: #f00;
	background-color: #f00;
	height: 10px;
	width: 653px;
}
div.hr hr {
  display: none;
}
div.hr2
{
	color: #f00;
	background-color: #f00;
	height: 4px;
	width: 653px;
}
div.hr2 hr {
  display: none;
}
div#content
{
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 250px;
}
div#globe
{
	float: left;
	width: 232px;
	height: 232px;
	margin-left: 10px;
	padding-top: 1em;
	margin-bottom: 20px;
}
div#login
{
	position: relative;
	padding-top: 1em;
	padding: 30px 0 2px 332px; 
}

div#poweredBy
{
	vertical-align: middle;
	text-align: center;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 50px;
}
div#footer
{
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	height: 40px;
	background-color: Black;
	text-align:center;
	padding-top: 25px;
	font-size:x-small;
	color: White;
}
