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

div#positioning {
	position: relative;
}
div#animation {
	width: 758px;
	height: 300px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
	div#logo {
		background:url(header_top.png) no-repeat;
		width: 345px;
		height: 103px;
		position: absolute;
		top: 28px;
		left: 28px;
		z-index:2;
	}
	div#information {
		background:url(header_bottom.png) no-repeat;
		width: 345px;
		height: 53px;
		position: absolute;
		top: 248px;
		left: 414px;
		z-index:2;
		border-right: 1px solid #000;
	}
		div#information p {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight:bold;
			color: #FFF;
			margin:11px 0px 5px 60px;
		}
			div#information p span {
				font-size: 22px;
				letter-spacing:2px;
			}