@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	font-weight: normal;
}
#background {
	background-image:url(images/GC-Web-Page-V1.gif);
	background-repeat:no-repeat;
	width: 947px;
	height: 684px;
	margin: 0 auto;
}

#logo {
	width: 495px;
	height: 260px;
	padding-top: 255px;
	float:left;
}
#content {
	width: 345px;
	padding: 92px 0 0;
	float:left;
}
#content p {
	margin-top: 0;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}
#contacts {
	width: 345px;
	font-size: 12px;
}
#contacts p {
	font-size: 12px;
	line-height: 20px;
}
.highlight {
	font-size: 14px;
	color: #8DC94D;
}
.highlight2 {
	color: #8DC94D;
}
.leftcol {
	width: 60px;
	float: left;
}
.rightcol {
	width: 275px;
	float: left;
	padding-left: 5px;
}
a {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #8DC94D;
}
.extra {padding: 20px 0 5px;}
