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

body { margin: 0 0 0 0; font-family: Arial, Helvetica, sans-serif; }

#horizon { color: #333; text-align: center; position: absolute; top: 50%; left: 0px; width: 100%; height: 1px; overflow: visible; visibility: visible; display: block; }

#panel {
	position: absolute;
	left: 50%;
	width: 740px;
	height: 368px;
	top: -169px;
	margin-left: -370px;
	visibility: visible;
	overflow: hidden;
	background: url(images/panel.png) no-repeat;
} 

h1.logo { width: 503px; height: 89px; background: url(images/logo.png) no-repeat; margin: 22px auto 0 auto; text-indent: -3000px; }

#sublogo { width: auto; margin: -10px auto 0 auto; }

#text { width: 660px; margin: -10px auto; text-align: left;   }

#buttons { width: 503px; height: 62px; margin: 35px auto; }


h2 {color: #036; font-size: 40px; font-style: italic; }
img a { border: none; }

