#bgmain {
	height: 100%;
	width: 1280px;
	background-attachment: fixed;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}
#bg_newsubscribe {
	background-image: url(../images/bg_news_subscribe.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 206px;
}
.tab {
	height: 20px;
	width: 150px;
	float: left;
	font-family: "DINNeuzeitGrotesk BoldCond";
	font-size: 18px;
	font-weight: bold;
	color: #5B0F4D;
	text-align: center;
}
