body  {
    background-position : 50% 50%;
    background-attachment : fixed;
    background-repeat : no-repeat;
    background-image : url(proschowsky.png);
}

A:link {color: #f9c834;}
A:visited  {color: #f9c834;}
A:active {color: #f9c834;}
A:hover {color: #f6ac31;}


#blogs {
	position: absolute;
	top: 50%;
	margin-top:-175px;
	left:50%;
	margin-left:180px;
	font-weight: bold;
	
  	color: #f9c834;
	padding: 0;
	border: 0;
	font-family: "Gill Sans", sans-serif;
	font-size: small

}

#bloglinks {
	list-style-type: none;
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

