#logo-premium {
	width: 222px;
	height: 90px;
	float:left;
	margin-left:274px;
	margin-top:8px;
	background-image: url("../images/premium-222.png");
}
#logo-premium:hover {
	opacity: 0.6;
	cursor:pointer;
}

#headline-premium {
	position: relative;
	float:right;
	top: 45px;
	right:10px;
	color:#000000;
	font-family:'PT Sans',Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	font-size:10px;
	text-shadow: 2px 2px 3px #888888;
	font-weight:normal;
}

#premium-header-menu {
	width: 770px;
	min-width: 770px;
	height: 100px;
	background-color: #bdcce4;
}

#premium-container {
	width: 100%;
	background-color: #bfbfbf;
	background-image:url("../images/premiumback.png");
	background-repeat: repeat-y;
	background-position: center;
	min-width: 770px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -450px; /* the bottom margin is the negative value of the footer's height */
}

