body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	clear: both;
}
#footer #footer-area {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .8em;
}
#header {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#content-area {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
#webex-screenshot {
	float: left;
	width: 674px;
}
#login-area {
	float: right;
	width: 300px;
	font-size: .9em;
}
#login-area table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#webex-screenshot-inner {
	padding: 10px;
	text-align: center;
}
#content-area #table-content {
	font-size: .8em;
}
