
body {
	font-family:Tahoma, "Trebuchet MS", Arial;
	font-size:11px;
	margin:0;
	height:100%;
	overflow-x:hidden;
}
#left {
	background-image:url(images/left.png);
	background-repeat:repeat-x;
	height:1080px; 
	width:1277px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
#right {
	background-image:url(images/right.png);
	background-repeat:repeat-x;
	height:1080px; 
	width:1277px;
	position:absolute;
	right:0px;
	top: 0px;
	z-index: -1;
}
#content {
	width:1277px;
	height:1080px;
	position:relative;
	margin:0 auto;
	background-image:url(images/bckgrnd.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#9DAEC2;
	overflow:hidden;
}
#top {
	position:relative;
	top:110px;
	width:592px;
	margin:0 auto;
}
.menu {
	position:relative;
	top: 2px;
	left:1px;
}
a {
	outline:none;
}
a#blog  {
	background-image:url(images/blog.png);
	position:relative;
	float:left;
	display: block;
	width:78px;
	height:23px;
}

a:hover#blog  {
	background-image:url(images/blogPixelate.png);
}

a#linkedin  {
	background-image:url(images/linkedin.png);
	position:relative;
	float:left;
	display: block;
	margin-left:6px;
	width:58px;
	height:12px;
}

a:hover#linkedin  {
	background-image:url(images/linkedinPixelate.png);
}

a#goldenline  {
	background-image:url(images/goldenline.png);
	position:relative;
	float:left;
	display: block;
	margin-left:6px;
	width:80px;
	height:12px;
}


a:hover#goldenline  {
	background-image:url(images/goldenlinePixelate.png);
}

a#contact  {
	background-image:url(images/contact.png);
	position:relative;
	float:left;
	display: block;
	margin-left:6px;
	width:70px;
	height:12px;
}


a:hover#contact  {
	background-image:url(images/contactPixelate.png);
}

.button {
	position:absolute;
	width:100%; 
	height:300px; 
	top:200px;
	padding-top:170px; 
}
.button a  {
	width:100%; 
	height:300px; 
	display:block;
}
.button a:hover {
	background-image:url(images/showTxt.png);
	background-repeat:no-repeat;
	background-position:top right;
}
