body {
	background-color: #003F73;
	margin: 0px;
	padding: 0px;
	
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color:#595959;
	 
  scrollbar-face-color:#AA8842;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-darkshadow-color:#AA8842;
  scrollbar-base-color:#AA8842;
	}

h2{
	font-size:14px;
	margin-top:0px;
	}
a{
  color:#595959;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
p{
	margin-bottom:0px;
	}
ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
li {
	display: inline;
	margin: 10px;
	}
#container {
	position: relative;
	top: 20px;
	width: 900px;
	text-align: left;
	}
#content {
	position: relative;
	left: 0px;
	width: 100%;
	height: 532px;
	background-color: #DEE8F2;
	background-image: url(../img/interface/background_start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-align: center;
	}
#logo {
	position: relative;
	top: 40px;
	right: 10px;
	}
#buttons {
	position: relative;
	top: 100px;
	width: 100%;
	height: 140px;
	text-align: center;
	color: #595959;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	}

#tradetext {
	position: relative;
	bottom: 0px;
	height: 15px;
	width: 100%;
	background-color: #FFFFFF;
	color: #003F73;
	text-align: center;
	font-size: 12px;
	}
