body { background: transparent none; }

.siteContainer { width: 600px; }

#accountNav { position: absolute; width: auto; }

#siteHeader { height: 500px; top: 102px; left: 65px; opacity: .9; }

#pageContentContainer { margin-top: 100px; }

.linkElement h4 a {
	background: #560700 url(../i/vmh_logo.png) 0 0 no-repeat; border-radius: 10px; border-top: 1px solid #9a514c; box-shadow: 0 2px 1px rgba(0,0,0,.5); color: #fff; font: 700 24px/50px sans-serif; padding: 0; text-align: center; text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
		 -moz-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			 -o-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
}
.linkElement h4 a:hover { background: #6e2a26 url(../i/vmh_logo.png) 0 0 no-repeat; }