body,html
{
	margin: 20px;
	background-color: #000000;
	font-family: arial,sans-serif;
	text-align: center;
}

body,html,div,td,th
{
	font-size: 16px;
	line-height: 130%;
	color: #000000;
}

table
{
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}
h1,h2,h3,h4,h5
{
margin: 0px;
padding: 0px;
}

input
{
	border: 1px solid #d3a128;
}

#container
{
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	width: 1024px;
	height: 640px;
}

#menu
{
	width: 1024px;
	height: 59px;
}
#menu td
{
	width: 134px;
	text-align: center;
}
#iframe_container
{
	text-align: center;
	vertical-align: middle;
}

#iframe
{
	margin: auto;
	background-image: url('/images/iframe_bg.jpg');
	width: 738px;
	height: 441px;
}

#page_title
{
	height: 60px;
	text-align: right;
	font-size: 24px;
	color: #192630;
	font-weight: bold;
	padding: 12px 25px 0px 0px;
}

#iframe_content
{
	width: 680px;
	height: 360px;
	text-align: left;
	overflow: auto;
}

#twitter_table
{
	margin: auto;
}

.twtr-tweet-text,.twtr-hd
{
	color: #ffffff;
}

#client_table td
{
	padding-right: 10px;
	padding-bottom: 2px;
}

li
{
	margin-bottom: 10px;
}

ul
{
	list-style-position:inside;
}
