body {
	font:normal 12px 'Andale Mono', 'Courier New', Courier, sans-serif;
	color:white;
}
td {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
a:link, a:visited, a:hover {
	text-decoration: none;
}
h1 {
	color:white;
	text-align:center;
	font-size:28px;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#gccWebBg {
	background:url(../images/gcc_web_bg.png) no-repeat; 
	position:absolute; 
	left:20px; 
	top:20px; 
	width:661px; 
	height:511px; 
}
#content {
	position:absolute; 
	top:56px; 
	left:77px; 
	width:507px; 
	height:321px;
}
#nav {
	position:absolute; 
	top:458px; 
	left:42px; 
	width:556px; 
	height:44px; 
}
#buttonHome {
	float:left; 
	background:url(../images/button_home.gif) no-repeat; 
	width:71px; 
	height:44px;
}
#buttonHome:hover {
	background:url(../images/button_home_over.gif) no-repeat; 
}
#buttonOverview {
	float:left; 
	background:url(../images/button_overview.gif) no-repeat; 
	width:100px; 
	height:44px; 
}
#buttonOverview:hover {
	background:url(../images/button_overview_over.gif) no-repeat; 
}
#buttonInvestments {
	float:left; 
	background:url(../images/button_investments.gif) no-repeat; 
	width:109px; 
	height:44px;
}
#buttonInvestments:hover {
	background:url(../images/button_investments_over.gif) no-repeat; 
}
#buttonWhoWeAre {
	float:left; 
	background:url(../images/button_whoweare.gif) no-repeat; 
	width:117px; 
	height:44px;
}
#buttonWhoWeAre:hover {
	background:url(../images/button_whoweare_over.gif) no-repeat; 
}
#buttonContactUs {
	float:left; 
	background:url(../images/button_contactus.gif) no-repeat; 
	width:154px; 
	height:44px;
}
#buttonContactUs:hover {
	background:url(../images/button_contactus_over.gif) no-repeat; 
}
